mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ['packages/**/vitest.config.ts', 'tests/**/vitest.config.ts'],
|
|
},
|
|
});
|