it("should close the calendar you press escape from the input", () => {
      EVENTS.click(button);
      assert.strictEqual(
        getCalendarEl().hidden,
        false,