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 c36bdfa commit 0e3b169Copy full SHA for 0e3b169
vitest.config.mts
@@ -0,0 +1,10 @@
1
+/// <reference types="vitest" />
2
+import { defineConfig } from "vite";
3
+
4
+export default defineConfig({
5
+ test: {
6
+ coverage: {
7
+ exclude: ["scripts/**"],
8
+ },
9
10
+});
0 commit comments