1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Fixing karma test #587

This commit is contained in:
Patrik J. Braun 2023-03-12 11:01:14 +01:00
parent 9bd6d0df8e
commit 4aa734096a

View File

@ -179,9 +179,11 @@
"test": { "test": {
"builder": "@angular-builders/custom-webpack:karma", "builder": "@angular-builders/custom-webpack:karma",
"options": { "options": {
"main": "src/frontend/test.ts",
"karmaConfig": "./karma.conf.js", "karmaConfig": "./karma.conf.js",
"polyfills": "src/frontend/polyfills.ts", "polyfills": [
"src/frontend/polyfills.ts",
"zone.js/testing"
],
"tsConfig": "src/frontend/tsconfig.spec.json", "tsConfig": "src/frontend/tsconfig.spec.json",
"scripts": [], "scripts": [],
"styles": [ "styles": [