test: switch runner to browser mode

- Run tests in native browser instead of using jsdom
This commit is contained in:
2026-02-04 21:25:34 -03:00
parent 1502418cfa
commit f89fe2e323
4 changed files with 165 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
"@angular/build": "^21.0.4",
"@angular/cli": "^21.0.4",
"@angular/compiler-cli": "^21.0.0",
"@vitest/browser-playwright": "^4.0.17",
"@vitest/coverage-v8": "^4.0.17",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",