@openveo/test
Version:
Test API for OpenVeo unit tests
23 lines (22 loc) • 471 B
JSON
{
"recurseDepth": 10,
"sourceType": "module",
"tags": {
"allowUnknownTags": false,
"dictionaries": ["jsdoc", "closure"]
},
"source": {
"include": ["lib", "DOC.md"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"useLongnameInNav": true
}
}
}