Skip to content

Commit

Permalink
Merge pull request #145 from pmcelhaney/fix-code-coverage
Browse files Browse the repository at this point in the history
change Jest coverageProvider to "v8"
  • Loading branch information
pmcelhaney committed Aug 3, 2022
2 parents 12fb252 + 2c34125 commit 4140581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"collectCoverage": true,

"collectCoverageFrom": ["src/**/*.{js,jsx,ts,tsx}", "!**/node_modules/**"],
"coverageProvider": "v8",

"coverageThreshold": {
"global": {
Expand Down

0 comments on commit 4140581

Please sign in to comment.