chore(nx): add configs to jest ignore paths
This commit is contained in:
parent
a24c31dd20
commit
af8d76ebf5
@ -226,7 +226,8 @@
|
|||||||
],
|
],
|
||||||
"testPathIgnorePatterns": [
|
"testPathIgnorePatterns": [
|
||||||
"node_modules",
|
"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": [
|
"coverageReporters": [
|
||||||
"html"
|
"html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user