Skip to content

Commit

Permalink
chore: 💚 remove usage of pool
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Oct 6, 2024
1 parent 0f481dd commit 0dd8f82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ export default defineConfig({
include: ['src/**/*.ts'],
},
globalSetup: ['./tests/global_setup.ts'],
poolOptions: {
forks: {
singleFork: true,
},
},
pool: 'forks',
},
});

0 comments on commit 0dd8f82

Please sign in to comment.