mirror of
https://github.com/immich-app/immich.git
synced 2026-01-10 04:06:58 -08:00
@@ -4,5 +4,6 @@ import { Mocked, vitest } from 'vitest';
|
||||
export const newServerInfoRepositoryMock = (): Mocked<IServerInfoRepository> => {
|
||||
return {
|
||||
getGitHubRelease: vitest.fn(),
|
||||
getBuildVersions: vitest.fn(),
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user