Skip to content

Commit

Permalink
fix(stryker init): turn coverage analysis "off" (#55)
Browse files Browse the repository at this point in the history
Coverage analysis is not yet supported for the jest test runner. With this setting, `stryker init` will automatically set it off when jest is included.
  • Loading branch information
nicojs committed Jul 8, 2018
1 parent 8cee38f commit 13e0697
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/stryker-jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@
"dependencies": {
"log4js": "^1.1.1",
"semver": "^5.4.1"
},
"initStrykerConfig": {
"coverageAnalysis": "off"
}
}

0 comments on commit 13e0697

Please sign in to comment.