(index, content, callback)
| 1681 | callback(undefined, contents[index.index]); |
| 1682 | }, |
| 1683 | patched(index, content, callback) { |
| 1684 | callback(expected); |
| 1685 | }, |
| 1686 | complete(err) { |
| 1687 | expect(err) |
| 1688 | .to.equal(expected) |
nothing calls this directly
no test coverage detected