(dino: Dino)
| 48 | const baseRoute = '/api/test'; |
| 49 | |
| 50 | function register(dino: Dino): void { |
| 51 | dino.registerController(TestController); |
| 52 | dino.bind(); |
| 53 | } |
| 54 | |
| 55 | it('throwSync.returns_HttpResponseException_with_internalServerError', done => { |
| 56 | const x = initializeTests(); |
no test coverage detected