Skip to content

Commit

Permalink
1) Added --maxWorkers=2 to jest invocation to keep tests from timing
Browse files Browse the repository at this point in the history
   out on CircleCI.
  • Loading branch information
RobSpectre committed Sep 26, 2023
1 parent 4d41764 commit 04786ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ./",
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix ./",
"test": "jest",
"test": "jest --maxWorkers=2",
"test:inspect": "node --inspect-brk node_modules/.bin/jest --runInBand"
},
"engines": {
Expand Down

0 comments on commit 04786ce

Please sign in to comment.