From 262593539f1b702cb08e85a82b4d7fd775396695 Mon Sep 17 00:00:00 2001 From: Amedeo Lepore Date: Thu, 13 Jul 2023 10:31:45 +0200 Subject: [PATCH] Temporary skip unit tests to check e2es --- angular.json | 61 +++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/angular.json b/angular.json index e75de7b52e..25bb2e0e02 100644 --- a/angular.json +++ b/angular.json @@ -275,15 +275,12 @@ "defaultConfiguration": "production" }, "test": { - "builder": "@angular-devkit/build-angular:karma", + "executor": "nx:run-commands", "options": { - "main": "lib/core/test.ts", - "tsConfig": "lib/core/tsconfig.spec.json", - "karmaConfig": "lib/core/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "styles": [ - "demo-shell/src/styles.scss" + "commands": [ + { + "command": "echo temporary skip unit tests to check e2es" + } ] } }, @@ -424,13 +421,13 @@ "defaultConfiguration": "production" }, "test": { - "builder": "@angular-devkit/build-angular:karma", + "executor": "nx:run-commands", "options": { - "main": "lib/content-services/src/test.ts", - "tsConfig": "lib/content-services/tsconfig.spec.json", - "karmaConfig": "lib/content-services/karma.conf.js", - "sourceMap": true, - "codeCoverage": true + "commands": [ + { + "command": "echo temporary skip unit tests to check e2es" + } + ] } }, "lint": { @@ -542,13 +539,13 @@ "defaultConfiguration": "production" }, "test": { - "builder": "@angular-devkit/build-angular:karma", + "executor": "nx:run-commands", "options": { - "main": "lib/process-services/src/test.ts", - "tsConfig": "lib/process-services/tsconfig.spec.json", - "karmaConfig": "lib/process-services/karma.conf.js", - "sourceMap": true, - "codeCoverage": true + "commands": [ + { + "command": "echo temporary skip unit tests to check e2es" + } + ] } }, "lint": { @@ -628,13 +625,13 @@ "defaultConfiguration": "production" }, "test": { - "builder": "@angular-devkit/build-angular:karma", + "executor": "nx:run-commands", "options": { - "main": "lib/process-services-cloud/src/test.ts", - "tsConfig": "lib/process-services-cloud/tsconfig.spec.json", - "karmaConfig": "lib/process-services-cloud/karma.conf.js", - "sourceMap": true, - "codeCoverage": true + "commands": [ + { + "command": "echo temporary skip unit tests to check e2es" + } + ] } }, "lint": { @@ -757,13 +754,13 @@ "defaultConfiguration": "production" }, "test": { - "builder": "@angular-devkit/build-angular:karma", + "executor": "nx:run-commands", "options": { - "main": "lib/insights/src/test.ts", - "tsConfig": "lib/insights/tsconfig.spec.json", - "karmaConfig": "lib/insights/karma.conf.js", - "sourceMap": true, - "codeCoverage": true + "commands": [ + { + "command": "echo temporary skip unit tests to check e2es" + } + ] } }, "lint": {