Skip to content

Commit

Permalink
Use istanbul instead
Browse files Browse the repository at this point in the history
  • Loading branch information
qiushi1511 committed Oct 21, 2024
1 parent 8567f95 commit 422f101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 422f101

Please sign in to comment.