Skip to content
Snippets Groups Projects
Commit 2d6681d2 authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

String testing

parent c30e46d6
No related branches found
No related tags found
No related merge requests found
[
{
"description": "generated string values",
"tests": [
{
"description": "should handle minLength",
"schema": {
"type": "string",
"minLength": 10
},
"valid": true
},
{
"description": "should handle maxLength",
"schema": {
"type": "string",
"minLength": 20,
"maxLength": 30
},
"valid": true
}
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment