Skip to content

Commit

Permalink
Switch Jest coverageProvider from babel (default) to v8 (#7025)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jul 3, 2023
1 parent 1d145f9 commit 366e0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -100,6 +100,7 @@
"!lib/**/{__tests__,testUtils}/**/*.{js,mjs}"
],
"coverageDirectory": "./.coverage/",
"coverageProvider": "v8",
"coverageReporters": [
"lcov",
"text-summary"
Expand Down

0 comments on commit 366e0d8

Please sign in to comment.