test: fix app unit tests

This commit is contained in:
2023-07-05 12:56:15 +02:00
parent 16a039a16e
commit 107a7c5e9e
13 changed files with 102 additions and 78 deletions

View File

@@ -47,7 +47,7 @@
"start": "ionic serve",
"start:external": "ionic serve --external",
"start:prod": "ionic serve --prod",
"test": "ng test",
"test": "ng test --watch=false --code-coverage",
"test:integration": "sh integration-test.sh"
},
"dependencies": {
@@ -121,6 +121,7 @@
"@angular/compiler": "13.4.0",
"@angular/compiler-cli": "13.4.0",
"@angular/language-service": "13.4.0",
"@angular/platform-browser-dynamic": "13.3.11",
"@capacitor/android": "4.6.1",
"@capacitor/cli": "4.6.1",
"@capacitor/ios": "4.6.1",
@@ -157,10 +158,10 @@
"junit-report-merger": "6.0.2",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"karma-junit-reporter": "2.0.1",
"karma-coverage": "2.2.1",
"karma-mocha-reporter": "2.2.5",
"karma-jasmine": "5.1.0",
"license-checker": "25.0.1",
"protractor": "7.0.0",
"surge": "0.23.1",