wix-incubator / tslint-wix-react

Linting configuration on top of tslint-microsoft-contrib for tsx projects
0 stars 3 forks source link

Added rule to prevent committing .only calls #13

Closed Zombiefruit closed 7 years ago

Zombiefruit commented 7 years ago
Rule Name Link to the Description Short Description
mocha-avoid-only mocha-avoid-only Do not invoke Mocha's describe.only, it.only or context.only functions. These functions are useful ways to run a single unit test or a single test case during your build, but please be careful to not push these methods calls to your version control repositiory because it will turn off any of the other tests.

Upvoted issue: #11