test('should be a function', () => {
    expect(combineRemob).toEqual(expect.any(Function));
    expect(setCombiner).toEqual(expect.any(Function));
  });