Skip to content

Commit

Permalink
fix Jest V8 code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski committed May 27, 2024
1 parent f875a54 commit e062157
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 e062157

Please sign in to comment.