| 134 | |
| 135 | it('should throw "InvalidMiddlewareException" exception when middleware does not have "use" method', () => { |
| 136 | @Injectable() |
| 137 | class InvalidMiddleware {} |
| 138 | |
| 139 | const route = { path: 'Test' }; |
| 140 | const configuration = { |
nothing calls this directly
no test coverage detected