lo1tuma / eslint-plugin-mocha

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

Add unit tests to verify the correct reference is analyzed for shadowing #328

Closed lo1tuma closed 2 years ago

lo1tuma commented 2 years ago

The changes made in #326 here uncovered a code path not being verified by unit tests. This PR adds two tests that verify the correct reference is being used for the isShadowed check.