no-test-return-statement
does not handle .each()()
#811
Labels
no-test-return-statement
does not handle .each()()
#811
i.e
doesn't trigger
no-test-return-statement
This'll be because the way we track if we're in a test case or not based on
CallExpression
nodes.I expect it'll be fixed by the refactor I described here, which'll change the node we return
true
on.The text was updated successfully, but these errors were encountered: