semtest
Version:
NodeJs Unit test framework combining Tape, Proxyquire and Sinon
33 lines (32 loc) • 673 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_",
"include": [
"src"
]
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "docs",
"recurse": true,
"package": "./package.json",
"readme": "./README.md",
"debug": true
}
}