mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ['packages/**/vitest*.config.*'],
|
|
},
|
|
});
|