mirror of
https://github.com/immich-app/immich.git
synced 2026-07-15 21:32:32 +03:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
|
|
import { defineConfig } from 'vitest/config';
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
test: {
|
||
|
|
include: ['misc/**/*.spec.js'],
|
||
|
|
},
|
||
|
|
});
|