()
| 252 | // https://github.com/codecombat/aether/issues/111 |
| 253 | const history = []; |
| 254 | const getItems = () => [{'pos':1}, {'pos':4}, {'pos':3}, {'pos':5}]; |
| 255 | const move = i => history.push(i); |
| 256 | const thisValue = {getItems, move}; |
| 257 | const code = `\ |
nothing calls this directly
no outgoing calls
no test coverage detected