tslint-jasmine-rules
tslint rules for jasmine tests
Install
npm install tslint-jasmine-rules --save-dev
Then reference the rules in your tslint.json
and enable the rules you want:
Available rules
Fixable
The following rules are fixable:
- no-focused-tests
- no-disabled-tests
Fixes are not applied when "severity": "warning"
is used.