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
92 stars 18 forks source link

Support for `xit`? #42

Closed atulpatildbz closed 3 months ago

atulpatildbz commented 10 months ago

Wondering if there is a way to add support for xit?

xit("some test", () => {})