Socket
Book a DemoInstallSign in
Socket

@itsjamie/esdoc-integrate-test-plugin

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itsjamie/esdoc-integrate-test-plugin

A integrate test plugin for ESDoc

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

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

Keywords

esdoc

FAQs

Package last updated on 12 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts