it("should match snapshot, no history, undefined payments, undefined cancelled, undefined paid notice codes", () => {
    const component = renderComponent([]);
    expect(component.toJSON()).toMatchSnapshot();
  });