splitting out Model tests

This commit is contained in:
El RIDO 2017-12-14 07:31:09 +01:00
parent 5b9ac67504
commit be358a6804
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
2 changed files with 268 additions and 0 deletions

View file

@ -125,6 +125,11 @@ exports.jscQueryString = function() {
return jsc.elements(queryString);
}
// provides random characters allowed in base64 encoded strings
exports.jscBase64String = function() {
return jsc.elements(base64String);
}
// provides a random URL schema supported by the whatwg-url library
exports.jscSchemas = function() {
return jsc.elements(schemas);