Skip to content

Commit

Permalink
don't force coverage (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov authored and cpojer committed Aug 17, 2016
1 parent b02d01d commit fcc8c2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/jest-config/src/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ function normalize(config, argv) {
config.name = config.rootDir.replace(/[/\\]|\s/g, '-');
}

if (config.coverageThreshold) {
config.collectCoverage = true;
}

if (!config.setupFiles) {
config.setupFiles = [];
}
Expand Down

0 comments on commit fcc8c2b

Please sign in to comment.