mirror of https://github.com/webpack/webpack.git
do not instrument node_modules
This commit is contained in:
parent
a4825654eb
commit
f0cd45102c
|
|
@ -187,7 +187,8 @@
|
|||
"coveragePathIgnorePatterns": [
|
||||
"\\.runtime\\.js$",
|
||||
"<rootDir>/test/",
|
||||
"<rootDir>/schemas/"
|
||||
"<rootDir>/schemas/",
|
||||
"<rootDir>/node_modules/"
|
||||
],
|
||||
"testEnvironment": "node",
|
||||
"coverageReporters": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue