eslint-plugin-no-skip-tests

1.1.0 • Public • Published

eslint-plugin-no-skip-tests

Version

ESLint rule for describe.skip and it.skip in mocha tests.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-no-skip-tests:

$ npm install eslint-plugin-no-skip-tests --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-no-skip-tests globally.

Usage

Add no-skip-tests to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "no-skip-tests"
  ]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "no-skip-tests/no-skip-tests": 2
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    10,370
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    10,370

Package Sidebar

Install

npm i eslint-plugin-no-skip-tests

Weekly Downloads

8,903

Version

1.1.0

License

MIT

Unpacked Size

4.12 kB

Total Files

6

Last publish

Collaborators

  • romain.gaillard.ifocop