Add Vitest coverage for frontend tests

- Install @vitest/coverage-v8
- Configure coverage in vitest.config.ts
- Add npm script: test:coverage
- Add coverage/ to gitignore
This commit is contained in:
counterweight 2025-12-21 22:00:47 +01:00
parent 37de6f70e0
commit 521848217d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 582 additions and 1 deletions

1
.gitignore vendored
View file

@ -30,3 +30,4 @@ next_pr.md
notes/
prompts/
.coverage
coverage/