tslint-mocha-typescript-no-only
v1.0.2
Published
Disallows @only suites and tests with mocha-typescript
Downloads
7
Readme
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
}
}