JSPM

@enterthenamehere/esdoc-integrate-test-plugin

2.6.0-dev.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q14625F
  • License MIT

A integrate test plugin for ESDoc

Package Exports

  • @enterthenamehere/esdoc-integrate-test-plugin
  • @enterthenamehere/esdoc-integrate-test-plugin/src/Plugin.js

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 (@enterthenamehere/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

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