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": {
"type": "mocha",
"source": "./test/",
"includes": ["(spec|Spec|test|Test)\\.js$"],
"excludes": ["\\.config\\.js$"]
}
}
]
}
type
is required. Now, onlymocha
source
is requiredincludes
is default["(spec|Spec|test|Test)\\.js$"]
excludes
is default["\\.config\\.js$"]
LICENSE
MIT