We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5540a89 commit 15c573cCopy full SHA for 15c573c
vite.config.js
@@ -4,6 +4,7 @@ export default defineConfig({
4
test: {
5
coverage: {
6
include: ["src/**/*.ts"],
7
+ ignore: ["src/utils.ts"],
8
reporter: ["html", "text", "json"],
9
thresholds: {
10
100: true,
0 commit comments