Skip to content

Commit 72c9519

Browse files
committed
babel as coverage provider shows consistent result
1 parent b802940 commit 72c9519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
coverageDirectory: 'coverage',
1010

1111
// Indicates which provider should be used to instrument code for coverage
12-
coverageProvider: 'v8',
12+
coverageProvider: 'babel',
1313

1414
// Make calling deprecated APIs throw helpful error messages
1515
errorOnDeprecated: true,

0 commit comments

Comments
 (0)