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