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

@@ -89,6 +89,7 @@
"test": {
"builder": "@angular/build:unit-test",
"options": {
"runnerConfig": "vitest-base.config.ts",
"coverageExclude": ["**/*.html"]
}
}