2024-03-26 10:54:57 +08:00

8 lines
129 B
TypeScript

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