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