it("renders the app", async () => {
    const { findByText, queryByText } = setup(
      <CollectedInks archive={false} />
    );