1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2024-12-27 01:06:31 +00:00
homebox/client/test/vitest.config.ts
2022-08-29 18:30:36 -08:00

8 lines
156 B
TypeScript

/// <reference types="vitest" />
import { defineConfig } from "vite";
export default defineConfig({
test: {
globalSetup: "./test/setup.ts",
},
});