()
| 72 | |
| 73 | it('should accept an prototype based object adapter', done => { |
| 74 | function AGoodAdapter() {} |
| 75 | AGoodAdapter.prototype.createFile = function () {}; |
| 76 | AGoodAdapter.prototype.deleteFile = function () {}; |
| 77 | AGoodAdapter.prototype.getFileData = function () {}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…