Skip to content

Commit

Permalink
chore: limit workers for coverage test (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Oct 21, 2020
1 parent b7273c3 commit 8fc251e
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 @@ -26,7 +26,7 @@
"test": "npm run test:unit",
"test:bdd": "jest --config './jest.bdd.config.js' --runInBand --testMatch '**/test/step-definitions/**/*.step.ts'",
"test:coverage": "jest --coverage --coverageThreshold='{}' --testMatch '**/test/unit/**/*.(test|spec).ts'",
"test:coverage-check": "jest --coverage --testMatch '**/test/unit/**/*.(test|spec).ts'",
"test:coverage-check": "jest -w 1 --coverage --testMatch '**/test/unit/**/*.(test|spec).ts'",
"test:integration": "echo \"test:integration - TODO...\"",
"test:integration-tmp": "jest --collectCoverage=false --testMatch '**/test/integration/**/*.test.ts'",
"test:junit": "jest --reporters=default --reporters=jest-junit",
Expand Down

0 comments on commit 8fc251e

Please sign in to comment.