mirror of
https://github.com/immich-app/immich.git
synced 2026-02-22 11:10:19 -05:00
test: add mock for plain read
This commit is contained in:
parent
92d23ce955
commit
b1f3c7579d
@ -48,6 +48,7 @@ export const newStorageRepositoryMock = (): Mocked<RepositoryInterface<StorageRe
|
||||
|
||||
return {
|
||||
createZipStream: vitest.fn(),
|
||||
createPlainReadStream: vitest.fn(),
|
||||
createReadStream: vitest.fn(),
|
||||
readFile: vitest.fn(),
|
||||
readTextFile: vitest.fn(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user