lo1tuma / eslint-plugin-mocha

ESLint rules for mocha
MIT License
279 stars 61 forks source link

Support this for additionalCustomNames #329

Closed thatsmydoing closed 2 years ago

thatsmydoing commented 2 years ago

A ThisExpression doesn't have a name so effectively, this.it is parsed as undefined.it and that works but is obviously wrong since it would also catch literally undefined.it as well.