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