Skip to content

Commit

Permalink
chore: no isolate for me
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Oct 5, 2023
1 parent 1d105a9 commit 06bf10e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export default defineConfig({
],
},
restoreMocks: true,
// TODO: We were recommended to turn this to false if we do not rely on global state, as it will speed up tests even more
// but that said, not sure if it WILL work in our system, so if tests crap the bed, try turning this off first.
isolate: false,
minThreads: 2,
maxThreads: 4,
testTimeout: 60_000,
Expand Down

0 comments on commit 06bf10e

Please sign in to comment.