This commit is contained in:
2025-01-01 15:16:24 +01:00
parent a9bf3781e0
commit 14cdc06de5
18 changed files with 1636 additions and 46 deletions

View File

@@ -8,7 +8,8 @@
"watch": "ng build --watch --configuration development",
"test": "jest --verbose",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"cypress": "cypress open"
},
"private": true,
"dependencies": {
@@ -30,6 +31,7 @@
"@angular/cli": "^18.2.8",
"@angular/compiler-cli": "^18.2.0",
"@types/jest": "^29.5.14",
"cypress": "^13.17.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.2",
"typescript": "~5.5.2"