Skip to content

Commit

Permalink
ok lets just use the cpu count
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueBurger committed Oct 14, 2023
1 parent 654160a commit 2bc2da1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Server/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
setupFiles: ["test/setup.ts"],
minThreads: 4
setupFiles: ["test/setup.ts"]
},
})

0 comments on commit 2bc2da1

Please sign in to comment.