mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: allow unordered migrations in dev (#19881)
This commit is contained in:
parent
a625921e8f
commit
1cc5ca14ca
4 changed files with 8 additions and 4 deletions
|
|
@ -94,5 +94,6 @@ export const newConfigRepositoryMock = (): Mocked<RepositoryInterface<ConfigRepo
|
|||
return {
|
||||
getEnv: vitest.fn().mockReturnValue(mockEnvData({})),
|
||||
getWorker: vitest.fn().mockReturnValue(ImmichWorker.API),
|
||||
isDev: vitest.fn().mockReturnValue(false),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue