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 rule for catching '.only' blocks for 'fixture' #8

Closed roughy closed 5 years ago

roughy commented 5 years ago

I'd like to have the fixture functions tested to the .only block as well. We're using TestCafe that provides such a function.

levibuzolic commented 5 years ago

Thanks I’ll release this next week, away from my laptop for the next couple of days.

roughy commented 5 years ago

Thanks @levibuzolic for caring :)

levibuzolic commented 5 years ago

Managed to get a moment to publish a release. :+1: Thanks for the commit.

https://www.npmjs.com/package/eslint-plugin-no-only-tests

roughy commented 5 years ago

Awesome 🥇