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