| 263 | it('binds multiple services from component', () => { |
| 264 | @injectable({scope: BindingScope.SINGLETON}) |
| 265 | class ServiceA { |
| 266 | name = 'a'; |
| 267 | } |
| 268 | @injectable({scope: BindingScope.SINGLETON}) |
nothing calls this directly
no outgoing calls
no test coverage detected