Skip to content

Commit

Permalink
Update vitest to use single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterson25 committed May 14, 2024
1 parent 2aada44 commit dfa7be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "ISC",
"scripts": {
"start": "tsc-watch --noEmit --onSuccess \"tsx ./src/index.ts\"",
"test": "vitest",
"test": "vitest --single-thread",
"coverage": "vitest --coverage",
"build": "tsc",
"prod": "node build/index.js"
Expand Down

0 comments on commit dfa7be8

Please sign in to comment.