feat: crawl using ignore

This commit is contained in:
Jonathan Jogenfors
2026-02-12 00:30:16 +01:00
parent 0a055d0fc7
commit 8937fe0133
10 changed files with 55 additions and 123 deletions
@@ -68,8 +68,7 @@ export const newStorageRepositoryMock = (): Mocked<RepositoryInterface<StorageRe
readdir: vitest.fn(),
realpath: vitest.fn().mockImplementation((filepath: string) => Promise.resolve(filepath)),
stat: vitest.fn(),
crawl: vitest.fn(),
walk: vitest.fn().mockImplementation(async function* () {}),
walk: vitest.fn(),
rename: vitest.fn(),
copyFile: vitest.fn(),
utimes: vitest.fn(),