Skip to content

Commit

Permalink
coverageProvider babel?
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrac committed Apr 18, 2024
1 parent cf7cfc1 commit 8e82c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const customJestConfig = {
coveragePathIgnorePatterns: ["/node_modules/", "/tests/", "/src/contexts/"],

// 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: ["json", "lcov", "text", "clover", "text", "cobertura"],
Expand Down

0 comments on commit 8e82c39

Please sign in to comment.