Browse Source

Another test

pull/1285/head
Sebastian Stehle 3 months ago
parent
commit
2a14654eb7
  1. 3
      frontend/angular.json
  2. 2
      frontend/package.json

3
frontend/angular.json

@ -170,6 +170,9 @@
"defaultConfiguration": "development"
},
"test": {
"builder": "@angular/build:unit-test"
},
"test_ci": {
"builder": "@angular/build:unit-test",
"options": {
"runnerConfig": true

2
frontend/package.json

@ -8,7 +8,7 @@
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"test:coverage": "ng test --no-watch",
"test:coverage": "ng run squidex:test_ci --no-watch",
"watch": "ng build --watch --configuration development",
"storybook": "ng run squidex:storybook",
"storybook-build": "ng run squidex:build-storybook",

Loading…
Cancel
Save