Version 1.0
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
snapshotFormat: {
|
||||
printBasicPrototype: true,
|
||||
},
|
||||
setupFiles: ["./setupTests.ts"],
|
||||
exclude: ["**/node_modules/**", "**/demo/**", "**/playground/**"],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user