Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
chore: update vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 22, 2023
1 parent 969b1af commit 5b149c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default defineConfig({
},
},
test: {
isolate: false,
server: {
deps: {
inline: [
Expand All @@ -29,5 +28,10 @@ export default defineConfig({
'**/stackElementMetadata.ts',
],
},
poolOptions: {
threads: {
singleThread: true,
},
},
},
})

0 comments on commit 5b149c1

Please sign in to comment.