Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
add jest coveragePathIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc authored and bmealhouse committed Nov 13, 2019
1 parent 4588c1f commit 3fb6a59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"verbose": true,
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"package.json",
"yarn.lock"
]
},
"lint-staged": {
Expand Down Expand Up @@ -99,6 +104,7 @@
"eslint-plugin-react": "7.12.4",
"husky": "1.3.1",
"jest": "24.1.0",
"jest-express": "1.10.1",
"lint-staged": "8.1.3",
"next": "7.0.2",
"next-redux-wrapper": "2.1.0",
Expand Down

0 comments on commit 3fb6a59

Please sign in to comment.