Angular 20, oa. migrating from Karma to Vitest
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2026-01-21 11:32:10 +01:00
parent 3c6a8e28c1
commit a758a38a0a
2 changed files with 659 additions and 297 deletions

949
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -74,8 +74,7 @@
"@typescript-eslint/eslint-plugin": "^6.18.0", "@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.18.0", "@typescript-eslint/eslint-plugin-tslint": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0", "@typescript-eslint/parser": "^6.18.0",
"@vitest/browser": "^4.0.17", "@vitest/browser": "3.1.1",
"@vitest/browser-playwright": "^4.0.17",
"codelyzer": "^6.0.2", "codelyzer": "^6.0.2",
"eslint": "^8.35.0", "eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.6.0",
@@ -85,7 +84,7 @@
"ng-packagr": "20.3.2", "ng-packagr": "20.3.2",
"ts-node": "^8.8.1", "ts-node": "^8.8.1",
"typescript": "~5.8.3", "typescript": "~5.8.3",
"vitest": "^4.0.17" "vitest": "3.1.1"
}, },
"overrides": { "overrides": {
"ngrx-store-localstorage": { "ngrx-store-localstorage": {