Skip to content

Commit

Permalink
turn test threading back on
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Mar 5, 2024
1 parent 234e9c5 commit b37ca3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default mergeConfig(
allowOnly: true,
exclude: [...configDefaults.exclude, '**/node_modules/**', '**/dist/**'],
setupFiles: ['./setup-vitest.ts'],
poolOptions: { threads: { singleThread: true } },
},
resolve: {
alias: {
Expand Down

0 comments on commit b37ca3a

Please sign in to comment.