JSPM

esdoc-integrate-test-plugin

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27588
  • Score
    100M100P100Q148880F
  • License MIT

A integrate test plugin for ESDoc

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 required
  • 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