lo1tuma / eslint-plugin-mocha

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

Support function calls as custom names (to stop false warnings) #336

Closed scottmcginness closed 1 year ago

scottmcginness commented 1 year ago

Call expressions can have a name when getting the node. Fixes #335

There might have been better ways to achieve this, but this looked like the most straightforward.