Skip to content

Commit

Permalink
fix: do not default coverageProvider in yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 11, 2020
1 parent b3bfc33 commit 53987fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jest-cli/src/cli/args.ts
Expand Up @@ -204,7 +204,6 @@ export const options = {
},
coverageProvider: {
choices: ['babel', 'v8'],
default: 'babel',
description: 'Select between Babel and V8 to collect coverage',
},
coverageReporters: {
Expand Down

0 comments on commit 53987fa

Please sign in to comment.