Outillage tests unitaires frontend : couverture Vitest, scripts npm, conventions TESTING.md.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
"test": "ng test",
|
||||
"test:ci": "ng test --watch=false"
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "npm@11.19.0",
|
||||
@@ -24,6 +25,7 @@
|
||||
"@angular/build": "^22.1.8",
|
||||
"@angular/cli": "^22.1.8",
|
||||
"@angular/compiler-cli": "^22.1.0",
|
||||
"@vitest/coverage-v8": "^4.1.11",
|
||||
"jsdom": "^28.0.0",
|
||||
"prettier": "^3.8.1",
|
||||
"typescript": "~6.0.2",
|
||||
|
||||
Reference in New Issue
Block a user