yhtml5-test
Version:
A test framework for front-end projects
34 lines (33 loc) • 567 B
JSON
{
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"ctx": {
"type": "object"
}
},
"additionalProperties": false
},
"exec": {
"type": "boolean"
},
"parser": {
"type": [ "string", "object" ]
},
"syntax": {
"type": "string"
},
"stringifier": {
"type": "string"
},
"sourceMap": {
"type": [ "string", "boolean" ]
}
},
"additionalProperties": true
}