homebox/frontend/test/vitest.config.ts

8 lines
123 B
TypeScript
Raw Normal View History

2022-09-04 02:42:03 +00:00
import { defineConfig } from "vite";
export default defineConfig({
test: {
globalSetup: "./test/setup.ts",
},
});