()
| 191 | return it("should yield when necessary", function() { |
| 192 | const dude = { |
| 193 | charge() { return "attack!"; }, |
| 194 | hesitate() { return aether._shouldYield = true; } |
| 195 | }; |
| 196 | const code = `\ |
nothing calls this directly
no outgoing calls
no test coverage detected