@enterthenamehere/esdoc-integrate-test-plugin
v2.6.0-dev.1
Published
A integrate test plugin for ESDoc
Readme
ESDoc Integrate Test Plugin
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
Install
npm install @enterthenamehere/esdoc-integrate-test-pluginConfig
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "@enterthenamehere/esdoc-integrate-test-plugin",
"option": {
"source": "./test",
"interfaces": ["describe", "it", "context", "suite", "test"],
"includes": ["(spec|Spec|test|Test)\\.js$"],
"excludes": ["\\.config\\.js$"]
}
}
]
}sourcedefault is./testinterfacesdefault is["describe", "it", "context", "suite", "test"]includesdefault is["(spec|Spec|test|Test)\\.js$"]excludesdefault is["\\.config\\.js$"]
LICENSE
MIT
