From af8d76ebf5026ecca4245c8c22f70ca1e7af8bc5 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Wed, 6 Nov 2019 07:25:35 -0600 Subject: [PATCH] chore(nx): add configs to jest ignore paths --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e4cf6bbfe6..8fe2655f76 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,8 @@ ], "testPathIgnorePatterns": [ "node_modules", - "/build/packages/angular/spec" + "/build/packages/angular/spec", + "packages/web/src/utils/build-angular/angular-cli-files/models/webpack-configs" ], "coverageReporters": [ "html"