it("Should match snapshot, no history, with link", () => {
    const component = renderComponent([]);
    expect(component.toJSON()).toMatchSnapshot();
  });