Skip to content

Commit

Permalink
update stryker.conf.json to use the Jest test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Apr 19, 2021
1 parent 93fa30d commit 029ec55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions stryker.conf.json
Expand Up @@ -7,15 +7,12 @@
"progress",
"dashboard"
],
"testRunner": "command",
"testRunner": "jest",
"coverageAnalysis": "perTest",
"dashboard": {
"project": "github.com/brodybits/xmldom",
"version": "master"
},
"coverageAnalysis": "off",
"commandRunner": {
"command": "npm run test:jest -- --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
}

0 comments on commit 029ec55

Please sign in to comment.