Files
2026-07-13 12:59:42 +08:00

9 lines
176 B
TypeScript

/// <reference types="vitest" />
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
// Your test configuration options go here
},
});