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