Package Exports
- esdoc-integrate-test-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esdoc-integrate-test-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ESDoc Integrate Test Plugin
Install
npm install esdoc-integrate-test-plugin
Config
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-integrate-test-plugin",
"option": {
"source": "./test/",
"interfaces": ["describe", "it", "context", "suite", "test"],
"includes": ["(spec|Spec|test|Test)\\.js$"],
"excludes": ["\\.config\\.js$"]
}
}
]
}
source
is requiredinterfaces
default is["describe", "it", "context", "suite", "test"]
includes
default is["(spec|Spec|test|Test)\\.js$"]
excludes
default is["\\.config\\.js$"]
LICENSE
MIT