Skip to content

Commit

Permalink
do not instrument node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 10, 2018
1 parent a482565 commit f0cd451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -187,7 +187,8 @@
"coveragePathIgnorePatterns": [
"\\.runtime\\.js$",
"<rootDir>/test/",
"<rootDir>/schemas/"
"<rootDir>/schemas/",
"<rootDir>/node_modules/"
],
"testEnvironment": "node",
"coverageReporters": [
Expand Down

0 comments on commit f0cd451

Please sign in to comment.