()
| 31 | |
| 32 | it('should fail setting the wrong adapter to the controller', done => { |
| 33 | function WrongAdapter() {} |
| 34 | const adapter = new FilesAdapter(); |
| 35 | const controller = new FilesController(adapter); |
| 36 | const otherAdapter = new WrongAdapter(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…