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

    const result = await findByText("DeAtramentis");