homebox/frontend/test/vitest.config.ts

9 lines
156 B
TypeScript
Raw Normal View History

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