2024-03-19 10:47:13 +08:00

8 lines
129 B
TypeScript

import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
include: ['tests/**/*.spec.ts']
}
})