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

    // when