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