MCPcopy
hub / github.com/immich-app/immich / Test

Interface Test

packages/cli/src/utils.spec.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Mock } from 'vitest';
5
6interface Test {
7 test: string;
8 options: Omit<CrawlOptions, 'extensions'>;
9 files: Record<string, boolean>;
10 skipOnWin32?: boolean;
11}
12
13const cwd = process.cwd();
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected