Skip to content

Commit

Permalink
test: Fix stryker config (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Brody <chris.brody+brodybits@gmail.com>
  • Loading branch information
karfau and brodybits committed Aug 24, 2021
1 parent 6cc16a6 commit 283355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stryker.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"coverageAnalysis": "off",
"commandRunner": {
"command": "npm run test:jest -- --bail --no-cache --ci --maxWorkers=1"
"command": "npm test -- --bail --no-cache --ci --maxWorkers=1"
},
"timeoutMS_comment": "When all tests pass (mutant survives) our tests need some time. So this is configured to prevent 'timeout's",
"timeoutMS": 15000
Expand Down

0 comments on commit 283355a

Please sign in to comment.