()
| 168 | return it("self.getItems", function() { |
| 169 | const history = []; |
| 170 | const getItems = () => [{'pos':1}, {'pos':4}, {'pos':3}, {'pos':5}]; |
| 171 | const move = i => history.push(i); |
| 172 | const thisValue = {getItems, move}; |
| 173 | const aetherOptions = { |
nothing calls this directly
no outgoing calls
no test coverage detected