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
This commit is contained in:
Alan Agius 2021-04-22 11:56:57 +02:00 committed by Jessica Janiuk
parent 17ffb7480f
commit bdb8deaa51
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@
"karmaConfig": "karma.conf.js",
"assets": [
"src/assets",
"src/generated",
"src/pwa-manifest.json",
"src/google385281288605d160.html"
],