tslint-mocha
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

tslint-mocha

This package provides a TSLint rule that help to enforce some best practices when using Mocha test runner.

Supported rules

  • mocha-no-only - to avoid using it.only() or similar methods.

How to install

  • Run npm install --save-dev tslint-mocha
  • Add to your tslint.json file:
  "rules"{
    "mocha-no-only": true
  },
  "rulesDirectory"[
    "tslint-mocha"
  ]

Status

Build Status

Readme

Keywords

Package Sidebar

Install

npm i tslint-mocha

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

8.63 kB

Total Files

9

Last publish

Collaborators

  • litee