Skip to content

Commit

Permalink
Don't check coverage from nc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqrd committed Jan 18, 2019
1 parent 5f25a16 commit 2d03bbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/ui/**"
"!src/ui/**",
"!src/network-canvas/**"
],
"setupFiles": [
"jest-date-mock",
Expand Down

0 comments on commit 2d03bbc

Please sign in to comment.