mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/mihomo-party-org/clash-party.git
synced 2026-09-20 08:03:39 +08:00
9 lines
176 B
TypeScript
9 lines
176 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['src/**/*.test.ts', 'scripts/**/*.test.ts'],
|
|
environment: 'node'
|
|
}
|
|
})
|