mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
plugins: [],
|
|
test: { environment: 'node' },
|
|
});
|