| 405 | } |
| 406 | |
| 407 | @lifeCycleObserver('group-b') |
| 408 | class ObserverB implements LifeCycleObserver { |
| 409 | async start() {} |
| 410 | } |
| 411 | |
| 412 | const ctx = new Context(); |
| 413 | ctx.bind('observer.a').toInjectable(ObserverA); |
nothing calls this directly
no test coverage detected