Skip to content

Commit

Permalink
babel coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski committed May 26, 2024
1 parent 379f383 commit b51f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config: Config = {
// ],

// Indicates which provider should be used to instrument code for coverage
coverageProvider: 'v8',
coverageProvider: 'babel',

// A list of reporter names that Jest uses when writing coverage reports
// coverageReporters: [
Expand Down

0 comments on commit b51f71a

Please sign in to comment.