mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
40e079a247
commit
4b29bccc7c
36 changed files with 47 additions and 47 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { SystemConfigCore } from 'src/cores/system-config.core';
|
||||
import { ISystemConfigRepository } from 'src/domain/repositories/system-config.repository';
|
||||
import { SystemConfigCore } from 'src/domain/system-config/system-config.core';
|
||||
|
||||
export const newSystemConfigRepositoryMock = (reset = true): jest.Mocked<ISystemConfigRepository> => {
|
||||
if (reset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue