TSLint Plugin for Jest
npm install tslint-jest-rulesTSLint Plugin for Jest
 
{
"extends": [
+ "tslint-plugin-jest"
],
"rules": {
+ "no-focused-tests": true
}
}
|Rules |
|--------------------------------------------------------------------|
| no-focused-rules |
Search for occurrences of:
* describe.only, fdescribe
* it.only, test.only, fit and ftest