test(angular): cover host/player gameplay transitions and retry paths
All checks were successful
CI / test-and-quality (push) Successful in 2m18s
CI / test-and-quality (pull_request) Successful in 2m19s

This commit is contained in:
2026-03-01 14:40:12 +00:00
parent 2f6a21de9c
commit 89870f44ac
6 changed files with 1539 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"start": "ng serve",
"build": "ng build"
"build": "ng build",
"test": "vitest run"
},
"dependencies": {
"@angular/common": "^19.2.0",
@@ -21,6 +22,7 @@
"@angular/build": "^19.2.0",
"@angular/cli": "^19.2.0",
"@angular/compiler-cli": "^19.2.0",
"typescript": "~5.7.2"
"typescript": "~5.7.2",
"vitest": "^2.1.9"
}
}