noteshare.space/plugin/vite.config.ts
Maxime Cannoodt cc9653d464 reordering
2022-06-21 23:30:11 +02:00

8 lines
103 B
TypeScript

import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
// ...
},
});