test("page 11 / 11", () => {
      const pagination = describePagination({ pages: 11, currentPage: 11 });
      expect(pagination).toStrictEqual([1, 2, "…", 10, 11]);
    });