do not instrument node_modules

This commit is contained in:
Tobias Koppers 2018-07-10 17:03:53 +02:00
parent a4825654eb
commit f0cd45102c
1 changed files with 2 additions and 1 deletions

View File

@ -187,7 +187,8 @@
"coveragePathIgnorePatterns": [
"\\.runtime\\.js$",
"<rootDir>/test/",
"<rootDir>/schemas/"
"<rootDir>/schemas/",
"<rootDir>/node_modules/"
],
"testEnvironment": "node",
"coverageReporters": [