@enterthenamehere/esdoc-integrate-test-plugin

2.6.0-dev.1 • Public • Published

ESDoc Integrate Test Plugin

Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.

Install

npm install @enterthenamehere/esdoc-integrate-test-plugin

Config

{
  "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$"]
      }
    }
  ]
}
  • source default is ./test
  • interfaces default is ["describe", "it", "context", "suite", "test"]
  • includes default is ["(spec|Spec|test|Test)\\.js$"]
  • excludes default is ["\\.config\\.js$"]

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Readme

Keywords

Package Sidebar

Install

npm i @enterthenamehere/esdoc-integrate-test-plugin

Weekly Downloads

0

Version

2.6.0-dev.1

License

MIT

Unpacked Size

12.7 kB

Total Files

7

Last publish

Collaborators

  • enterthenamehere