test: increase coverage and add codecov integration

This commit is contained in:
Justineo
2025-09-20 22:47:33 +08:00
committed by GU Yiling
parent e0cf2a4e7e
commit 373fe19d59
31 changed files with 2813 additions and 169 deletions

1
tests/helpers/testing.ts Normal file
View File

@ -0,0 +1 @@
export { cleanup, render } from "vitest-browser-vue/pure";