Skip to content

mad-gooze/tslint-mocha-typescript-no-only

Repository files navigation

tslint-mocha-typescript-no-only

Disallows @only suites and tests with mocha-typescript.

Installation

npm i -D tslint-mocha-typescript-no-only

or for yarn:

yarn add -D tslint-mocha-typescript-no-only

then add the following lines to your tslint.json:

{
  "rulesDirectory": [
      "tslint-mocha-typescript-no-only"
  ],
  "rules": {
    "mocha-typescript-no-only": true
  }
}

About

Disallows 'only' suites and tests with mocha-typescript

Resources

License

Stars

Watchers

Forks

Packages

No packages published