add coverage

This commit is contained in:
Rene Haas
2022-10-21 13:49:02 +02:00
parent 302d3dd021
commit ac714a5f85
13 changed files with 207 additions and 16 deletions
@@ -34,6 +34,6 @@
"build": "run-p build-js build-types",
"build-js": "vite build",
"build-types": "tsc --emitDeclarationOnly -p tsconfig.types.json",
"test": "vitest run"
"test": "vitest run --coverage"
}
}