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

    // when