mirror of
https://github.com/directus/directus.git
synced 2026-01-13 02:28:13 -05:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globalSetup: ['./src/__setup__/global.js'],
|
|
},
|
|
});
|