Skip to content

Commit

Permalink
fixed jest coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Apr 21, 2022
1 parent f439256 commit f1c4b22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jestconfig.coverage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"collectCoverage": true
"collectCoverage": true,
"setupFilesAfterEnv": [
"<rootDir>/jest/customMatchers.js"
],
"testPathIgnorePatterns": [
"/node_modules/"
]
}

0 comments on commit f1c4b22

Please sign in to comment.