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:
parent
9bd6d0df8e
commit
4aa734096a
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user