Skip to content

Commit

Permalink
exclude polyfills from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thewatermethod committed Jun 4, 2021
1 parent 2528f29 commit 42b7aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"coveragePathIgnorePatterns": [
"<rootDir>/src/index.js",
"<rootDir>/src/setupProxy.js",
"<rootDir>/src/pages/NotFound/index.js"
"<rootDir>/src/pages/NotFound/index.js",
"<rootDir>/src/polyfills.js"
],
"coverageThreshold": {
"global": {
Expand Down

0 comments on commit 42b7aa0

Please sign in to comment.