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 130130 " <rootDir>/test/*.unittest.js"
131131 ],
132132 "watchPathIgnorePatterns" : [
133+ " <rootDir>/node_modules/webpack/node_modules/" ,
133134 " <rootDir>/test/js/" ,
134135 " <rootDir>/test/browsertest/js/" ,
135136 " <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" ,
139148 " <rootDir>/coverage/"
140149 ],
141150 "transformIgnorePatterns" : [
You can’t perform that action at this time.
0 commit comments