Skip to content

Commit

Permalink
test: disable multi-threading when running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 9, 2022
1 parent 5289e72 commit 137eeda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export default defineConfig({
reportsDirectory: "./target/coverage",
},
dir: "test/",
threads: false,
},
});

0 comments on commit 137eeda

Please sign in to comment.