no-conditional-expect
does not handle .each()()
#809
Labels
no-conditional-expect
does not handle .each()()
#809
i.e
and other conditional variants don't trigger
no-conditional-expect
.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: