ihordiachenko / eslint-plugin-chai-friendly

Makes eslint friendly towards Chai.js 'expect' and 'should' statements.
MIT License
53 stars 10 forks source link

Support chai "should" usage #3

Closed zxlin closed 7 years ago

zxlin commented 7 years ago

Hi thanks for the work on this package, I wanted to know if there's any support for the should usage of chai. Looking at the code, it seems like it's only looking for the expect call. If it doesn't already support the should usage, do you have any plans of including it?

ihordiachenko commented 7 years ago

Hi, appreciate your feedback! Yes, should statements are not supported yet. I'm going to include this feature in the next release. Most likely it will be available by the start of next week.