| 430 | it(class="st">'get() should throw when dependency tree is not static (request-scoped enhancer attached)', async () => { |
| 431 | class Host {} |
| 432 | @Injectable({ scope: Scope.REQUEST }) |
| 433 | class ReqScopedPipe {} |
| 434 | |
| 435 | const nestContainer = new NestContainer(); |
| 436 | const injector = new Injector(); |
nothing calls this directly
no test coverage detected