chore(nx): add configs to jest ignore paths

This commit is contained in:
Brandon Roberts 2019-11-06 07:25:35 -06:00 committed by Victor Savkin
parent a24c31dd20
commit af8d76ebf5

View File

@ -226,7 +226,8 @@
],
"testPathIgnorePatterns": [
"node_modules",
"<rootDir>/build/packages/angular/spec"
"<rootDir>/build/packages/angular/spec",
"packages/web/src/utils/build-angular/angular-cli-files/models/webpack-configs"
],
"coverageReporters": [
"html"