it("should match the snapshot, empty data", () => {
    const component = renderComponent([]);
    expect(component.toJSON()).toMatchSnapshot();
  });