Skip to content

Commit f0cd451

Browse files
committed
do not instrument node_modules
1 parent a482565 commit f0cd451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@
187187
"coveragePathIgnorePatterns": [
188188
"\\.runtime\\.js$",
189189
"<rootDir>/test/",
190-
"<rootDir>/schemas/"
190+
"<rootDir>/schemas/",
191+
"<rootDir>/node_modules/"
191192
],
192193
"testEnvironment": "node",
193194
"coverageReporters": [

0 commit comments

Comments
 (0)