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

Missing spec for exhaustive checkings; see #158

parent 1f8d2195
Branches
No related tags found
No related merge requests found
[
{
"description": "merge and shuffling properties",
"tests": [
{
"description": "should fake all properties as expected",
"schema": {
"properties": {
"test": {
"type": "string"
},
"count": {
"type": "integer"
}
},
"additionalProperties": {
"type": "string",
"faker": "internet.email"
},
"patternProperties": {
"^ignored": {
"type": "string"
},
"prop$": {
"faker": "name.findName"
}
},
"required": [
"test",
"count",
"dropped",
"ignored-prop"
]
},
"valid": true,
"repeat": 100
}
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment