diff --git a/tests/vitest-browser-simple.ts b/tests/vitest-browser-simple.ts deleted file mode 100644 index 5634700..0000000 --- a/tests/vitest-browser-simple.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { runInRepo } from '../utils' -import { RunOptions } from '../types' - -export async function test(options: RunOptions) { - await runInRepo({ - ...options, - repo: 'vitest-tests/browser-simple', - test: 'test', - beforeTest: ['pnpm playwright install firefox'], - }) -}