Skip to content

Commit

Permalink
chore: disable threads, isolate for test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 6, 2023
1 parent 4a76605 commit dfddd60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {}
test: {
threads: false,
isolate: false,
},
});

0 comments on commit dfddd60

Please sign in to comment.