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"
},
"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": {