We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f099a commit 9c87ac9Copy full SHA for 9c87ac9
vitest.config.ts
@@ -29,11 +29,6 @@ export default defineConfig({
29
singleThread: true,
30
},
31
32
- // Pin to vitest@1 behavior: https://vitest.dev/guide/migration.html#hooks-are-running-in-a-stack.
33
- // TODO(serhalp) Remove this and fix hanging `next-app-without-config` fixture on Windows.
34
- sequence: {
35
- hooks: 'parallel',
36
- },
37
coverage: {
38
provider: 'v8',
39
reporter: ['text', 'lcov'],
0 commit comments