test v1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user