it("should allow keyboard navigation to move back one year to a date that is the minimum date", () => {
      input.value = "05/22/2021";
      EVENTS.click(button);
      assert.strictEqual(
        getCalendarEl().hidden,