Skip to content

Commit

Permalink
test: Fix stryker config
Browse files Browse the repository at this point in the history
by pointing it to the existing test script instead of the missing `test:jest` srcipt that has been removed in #297
  • Loading branch information
karfau committed Aug 24, 2021
1 parent 6cc16a6 commit 2653cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stryker.conf.json
Expand Up @@ -14,7 +14,7 @@
},
"coverageAnalysis": "off",
"commandRunner": {
"command": "npm run test:jest -- --bail --no-cache --ci --maxWorkers=1"
"command": "npm run 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 2653cec

Please sign in to comment.