Skip to content

Commit

Permalink
chore(cli): run tests with max workers, not in band (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed May 29, 2020
1 parent 8b8c051 commit 2e6a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "tslint --project tsconfig.json",
"assets": "node scripts/copy-assets.js",
"prepublishOnly": "npm run build",
"test": "jest -i",
"test": "jest --maxWorkers=4",
"watch": "npm run assets && tsc -w"
},
"files": [
Expand Down

0 comments on commit 2e6a9c4

Please sign in to comment.