File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 130
130
" <rootDir>/test/*.unittest.js"
131
131
],
132
132
"watchPathIgnorePatterns" : [
133
+ " <rootDir>/node_modules/webpack/node_modules/" ,
133
134
" <rootDir>/test/js/" ,
134
135
" <rootDir>/test/browsertest/js/" ,
135
136
" <rootDir>/test/fixtures/temp-cache-fixture/" ,
136
- " <rootDir>/benchmark/js/" ,
137
- " <rootDir>/benchmark/fixtures/" ,
138
- " <rootDir>/examples/" ,
137
+ " <rootDir>/benchmark/" ,
138
+ " <rootDir>/examples/*/dist" ,
139
+ " <rootDir>/coverage/"
140
+ ],
141
+ "modulePathIgnorePatterns" : [
142
+ " <rootDir>/node_modules/webpack/node_modules/" ,
143
+ " <rootDir>/test/js/" ,
144
+ " <rootDir>/test/browsertest/js/" ,
145
+ " <rootDir>/test/fixtures/temp-cache-fixture/" ,
146
+ " <rootDir>/benchmark/" ,
147
+ " <rootDir>/examples/*/dist" ,
139
148
" <rootDir>/coverage/"
140
149
],
141
150
"transformIgnorePatterns" : [
You can’t perform that action at this time.
0 commit comments