0.5.0 • Published 3 years ago
@itsjamie/esdoc-integrate-test-plugin v0.5.0
ESDoc Integrate Test Plugin
Install
npm install @itsjamie/esdoc-integrate-test-plugin
Config
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "@itsjamie/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
Author
0.5.0
3 years ago
0.4.1
3 years ago
0.4.0
3 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.0
5 years ago
0.1.1-alpha.3
6 years ago
0.1.1-alpha.1
6 years ago
0.1.1-alpha.0
6 years ago
0.1.0
6 years ago
0.1.0-alpha.1
6 years ago
0.1.0-alpha.3
6 years ago
0.1.0-alpha.2
6 years ago
0.1.0-alpha.0
6 years ago