Skip to content

Commit 9c87ac9

Browse files
committed
test: try just the pool thing
1 parent 64f099a commit 9c87ac9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vitest.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ export default defineConfig({
2929
singleThread: true,
3030
},
3131
},
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-
},
3732
coverage: {
3833
provider: 'v8',
3934
reporter: ['text', 'lcov'],

0 commit comments

Comments
 (0)