mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globals: true,
|
|
},
|
|
});
|