Fix mocha-context-to-closure
error when mixing setup/this/CallExpression
#94
Labels
mocha-context-to-closure
error when mixing setup/this/CallExpression
#94
esify spits out this error:
The problem is in this
setup
code:Things are fine if:
remove-useless-return-from-test
is disabled@[key.toLowerCase()]
lines are changed tofoo[key.toLowerCase()]
toLowerCase()
call is removedMinimal failing test input:
The text was updated successfully, but these errors were encountered: