mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
// @ts-check
|
|
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
fileParallelism: false,
|
|
isolate: false,
|
|
},
|
|
}) |