homebox/frontend/test/vitest.config.ts

9 lines
156 B
TypeScript
Raw Normal View History

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