This commit is contained in:
Bastian Wagner
2024-11-28 11:45:36 +01:00
parent d398b37007
commit 22dc6033c9
25 changed files with 5018 additions and 550 deletions

View File

@@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "jest",
"test:watch": "jest --watch --onlyChanged"
},
"private": true,
"dependencies": {
@@ -35,13 +36,10 @@
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.0",
"@faker-js/faker": "^9.0.3",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.2"
}
}