Files

8 lines
115 B
TypeScript
Raw Permalink Normal View History

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