Skip to content

Commit

Permalink
chore: Fix coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 1, 2022
1 parent 1d30e21 commit ea4a280
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
"src"
],
"testRegex": "/__tests__/.+-test\\.js$",
"testEnvironment": "jsdom"
"testEnvironment": "jsdom",
"coveragePathIgnorePatterns": [
"/node_module/",
"/__tests__/"
]
}
}

0 comments on commit ea4a280

Please sign in to comment.