This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Rule request: mocha-avoid-skip #380
Labels
Difficulty: Medium
People with non-trivial experience in TSLint should be able to send a pull request for this issue.
Status: Accepting PRs
Type: Breaking Change
Type: Rule Feature
Adding a feature to an existing rule.
Pretty straightforward, disallow use of Mocha's
.skip()
method on tests.Like with
mocha-avoid-only
, its benefit would be to stop temporary code making it into a build, preventing tests from being ran.I'd imagine this isn't too different to
mocha-avoid-only
to implement.The text was updated successfully, but these errors were encountered: