2.6.0-dev.1 • Published 10 months ago

@enterthenamehere/esdoc-integrate-test-plugin v2.6.0-dev.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

2.6.0-dev.1

10 months ago

2.5.3-dev.1

2 years ago

2.5.0

2 years ago

2.3.0

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.2.4

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.0-beta.0

3 years ago