import { GeneralBrandService, } from './../helpers/services/index'; export const initMockBrandService = (jest) => () => ({ getBrandSettings: jest.fn().mockReturnValue({}), } as GeneralBrandService);