Skip to content

Commit

Permalink
test: 🚧 check if work setting pool using forks
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Oct 6, 2024
1 parent 3f6ae51 commit 0f481dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ export default defineConfig({
},
globalSetup: ['./tests/global_setup.ts'],
poolOptions: {
threads: {
singleThread: true,
forks: {
singleFork: true,
},
},
pool: 'forks',
},
});

0 comments on commit 0f481dd

Please sign in to comment.