Temporary skip unit tests to check e2es

This commit is contained in:
Amedeo Lepore
2023-08-31 10:27:07 +02:00
committed by eromano
parent 0e40dad295
commit 262593539f
+29 -32
View File
@@ -275,15 +275,12 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"builder": "@angular-devkit/build-angular:karma", "executor": "nx:run-commands",
"options": { "options": {
"main": "lib/core/test.ts", "commands": [
"tsConfig": "lib/core/tsconfig.spec.json", {
"karmaConfig": "lib/core/karma.conf.js", "command": "echo temporary skip unit tests to check e2es"
"sourceMap": true, }
"codeCoverage": true,
"styles": [
"demo-shell/src/styles.scss"
] ]
} }
}, },
@@ -424,13 +421,13 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"builder": "@angular-devkit/build-angular:karma", "executor": "nx:run-commands",
"options": { "options": {
"main": "lib/content-services/src/test.ts", "commands": [
"tsConfig": "lib/content-services/tsconfig.spec.json", {
"karmaConfig": "lib/content-services/karma.conf.js", "command": "echo temporary skip unit tests to check e2es"
"sourceMap": true, }
"codeCoverage": true ]
} }
}, },
"lint": { "lint": {
@@ -542,13 +539,13 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"builder": "@angular-devkit/build-angular:karma", "executor": "nx:run-commands",
"options": { "options": {
"main": "lib/process-services/src/test.ts", "commands": [
"tsConfig": "lib/process-services/tsconfig.spec.json", {
"karmaConfig": "lib/process-services/karma.conf.js", "command": "echo temporary skip unit tests to check e2es"
"sourceMap": true, }
"codeCoverage": true ]
} }
}, },
"lint": { "lint": {
@@ -628,13 +625,13 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"builder": "@angular-devkit/build-angular:karma", "executor": "nx:run-commands",
"options": { "options": {
"main": "lib/process-services-cloud/src/test.ts", "commands": [
"tsConfig": "lib/process-services-cloud/tsconfig.spec.json", {
"karmaConfig": "lib/process-services-cloud/karma.conf.js", "command": "echo temporary skip unit tests to check e2es"
"sourceMap": true, }
"codeCoverage": true ]
} }
}, },
"lint": { "lint": {
@@ -757,13 +754,13 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"test": { "test": {
"builder": "@angular-devkit/build-angular:karma", "executor": "nx:run-commands",
"options": { "options": {
"main": "lib/insights/src/test.ts", "commands": [
"tsConfig": "lib/insights/tsconfig.spec.json", {
"karmaConfig": "lib/insights/karma.conf.js", "command": "echo temporary skip unit tests to check e2es"
"sourceMap": true, }
"codeCoverage": true ]
} }
}, },
"lint": { "lint": {