feat: initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environmentMatchGlobs: [["apps/web/**", "jsdom"]],
|
||||
setupFiles: ["./vitest.setup.ts"],
|
||||
coverage: { reporter: ["text", "html"] },
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user