levibuzolic / eslint-plugin-no-only-tests

ESLint rule for catching focused/only test blocks
https://www.npmjs.com/package/eslint-plugin-no-only-tests
MIT License
87 stars 19 forks source link

Add context identifier #3

Closed bahmutov closed 7 years ago

bahmutov commented 7 years ago

The rule should catch context.only, which is valid BDD in Mocha https://mochajs.org/#bdd

levibuzolic commented 7 years ago

Thanks @bahmutov