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:
parent
37de6f70e0
commit
521848217d
5 changed files with 582 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@ next_pr.md
|
|||
notes/
|
||||
prompts/
|
||||
.coverage
|
||||
coverage/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue