Outillage tests unitaires frontend : couverture Vitest, scripts npm, conventions TESTING.md.

This commit is contained in:
valentin
2026-09-14 16:41:45 +02:00
parent 06a8ae42d2
commit 34890b2b04
5 changed files with 312 additions and 2 deletions
+3 -1
View File
@@ -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",