Muter should look inside the body of forEach #117
Labels
dependability
Work that's to improve how much a user can depend on muter being accurate and safe with their code
mutation operators
Work that's intended to improve the mutation operators muter has
Feel free to update the title if there’s a better way to word this.
Screenshot:
Code:
In this code example, Muter correctly identifies that removing the whole
forEach
call, including its entire body, fails to trigger, but it doesn’t test each of the internal$0.isFooEnabled = false
lines for un-tested side effects.The text was updated successfully, but these errors were encountered: