mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
9c7dee8551
* chore: migrate CLI to ESM and vitest * fix lint * update github workflow * format
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globals: true,
|
|
},
|
|
});
|