Skip to content

Commit

Permalink
Chore(conventional-changelog): Set max workers option for jest
Browse files Browse the repository at this point in the history
  * to speed up the tests a little bit (20 %)
  • Loading branch information
literat committed Mar 14, 2022
1 parent 6dc7091 commit 94890c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-lmc-bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"scripts": {
"test": "is-ci || jest"
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
"compare-func": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-changelog-lmc-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"access": "public"
},
"scripts": {
"test": "is-ci || jest"
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
"compare-func": "^2.0.0",
"q": "^1.5.1"
},
"devDependencies": {
"better-than-before": "^1.0.0",
"conventional-changelog-core": "^4.2.0",
"conventional-changelog-core": "^4.2.4",
"git-dummy-commit": "^1.3.0",
"jest": "^26.4.2",
"jest-extended": "^0.11.5",
Expand Down

0 comments on commit 94890c8

Please sign in to comment.