mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
splitting out Model tests
This commit is contained in:
parent
5b9ac67504
commit
be358a6804
2 changed files with 268 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue