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

    // when