mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Run codecoverage on ng test process services cloud (#4021)
This commit is contained in:
committed by
Eugenio Romano
parent
1387aff0f4
commit
94905d1065
+3
-1
@@ -680,7 +680,9 @@
|
||||
"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"
|
||||
"karmaConfig": "lib/process-services-cloud/karma.conf.js",
|
||||
"codeCoverage": true,
|
||||
"sourceMap": true
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
Reference in New Issue
Block a user