it("should show an empty input as valid", () => {
      input.value = "";

      EVENTS.keydownEnter(input);