it('should be valid if minLength is 1 and value undefined', function () {
    // given
    constraint.number = 1;

    // when