noteshare.space/plugin/vite.config.ts

8 lines
103 B
TypeScript
Raw Normal View History

2022-06-18 22:51:06 +03:00
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
// ...
},
});