homebox/frontend/test/vitest.config.ts

8 lines
123 B
TypeScript
Raw Normal View History

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