From bdb8deaa51dc8da86a7d881d50ac2a6130aa23e0 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 22 Apr 2021 11:56:57 +0200 Subject: [PATCH] build(docs-infra): remove `src/generated` from `ng test` configuration (#41764) Assets are stored in memory during `ng test` hence since `src/generated` are unused we shouldn't include them. PR Close #41764 --- aio/angular.json | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/angular.json b/aio/angular.json index 457176d1d3..446de02f48 100644 --- a/aio/angular.json +++ b/aio/angular.json @@ -139,7 +139,6 @@ "karmaConfig": "karma.conf.js", "assets": [ "src/assets", - "src/generated", "src/pwa-manifest.json", "src/google385281288605d160.html" ],