You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes it break the my code after update... to latest version
var schema = require('js-schema');
var assert = require('assert');
v = schema({
out: String,
rest: [null, String]
});
var val = {
out: "sometext"
};
console.log(v.errors(val)) //<< it is invalid.
assert(v(val)); // << false
vedmalex
added a commit
to vedmalex/js-schema
that referenced
this issue
Jun 1, 2015
Just tried running the unit tests on master branch, but it failed in validate-object.
The text was updated successfully, but these errors were encountered: