From 349c0eba1416e315f13a5ba5eb0088d53524d935 Mon Sep 17 00:00:00 2001 From: gigitux Date: Mon, 11 Jan 2021 17:57:29 +0100 Subject: [PATCH] fix(test command) fix test command --- angular.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/angular.json b/angular.json index eafe145..0a5bf52 100644 --- a/angular.json +++ b/angular.json @@ -23,13 +23,8 @@ "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles/styles.scss" - ], + "assets": ["src/favicon.ico", "src/assets"], + "styles": ["src/styles/styles.scss"], "scripts": [] }, "configurations": { @@ -87,13 +82,8 @@ "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.spec.json", "karmaConfig": "karma.conf.js", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles.scss" - ], + "assets": ["src/favicon.ico", "src/assets"], + "styles": ["src/styles/styles.scss"], "scripts": [] } }, @@ -105,9 +95,7 @@ "tsconfig.spec.json", "e2e/tsconfig.json" ], - "exclude": [ - "**/node_modules/**" - ] + "exclude": ["**/node_modules/**"] } }, "e2e": { @@ -130,4 +118,4 @@ } }, "defaultProject": "redis-patterns-app" -} \ No newline at end of file +}