test('should be a function and return a function', () => {
    expect(actionable).toEqual(expect.any(Function));
    expect(actionable()).toEqual(expect.any(Function));
  });