Skip to content

Commit

Permalink
🧪 test(none): fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed May 24, 2024
1 parent 3aeafac commit 9bee40a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/vitest/config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ export default defineConfig({
test: {
...shared,
include: [`tests/e2e/**/*.test.ts`],
poolOptions: {
threads: {
isolate: false,
maxThreads: 1,
minThreads: 1,
},
},
},
})

0 comments on commit 9bee40a

Please sign in to comment.