Add `coverageProvider` to `jest --init` prompts
See original GitHub issueWe want to encourage folks try out the V8 based code coverage (or at least teach them it exists). I think a prompt in --init
and its entry into the generated config file would be help.
https://jestjs.io/docs/en/configuration#coverageprovider-string https://github.com/facebook/jest/blob/master/packages/jest-cli/src/init/index.ts
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Jest CLI Options
The jest command line runner has a number of useful options. You can run jest --help to view all available options. Many of...
Read more >Jest: Automatically collect coverage from tested files
Use a config file to specify coverage reporters, then add a list of files you want to test. If that doesn't answer your...
Read more >Jest: packages/jest-cli/src/init/questions.ts | Fossies
Member "jest-29.0.3/packages/jest-cli/src/init/questions.ts" (10 Sep 2022, ... 28 initial: false, 29 message: 'Do you want Jest to add coverage reports?
Read more >babel-jest 26.1.0 on Node.js NPM - NewReleases.io
... --selectProjects CLI argument to filter test suites by project name (#8612); [jest-cli, jest-init] Add coverageProvider to jest --init prompts (#10044) ...
Read more >jest-get-type | Yarn - Package Manager
main. Features. Fixes. Chore & Maintenance. Performance. 29.2.0. Features. [@jest/cli, jest-config] A seed for the test run will be randomly generated, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes please!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.