| 278 | it('should use factory dynamic create object', () => { |
| 279 | const container = new Container(); |
| 280 | interface Engine { |
| 281 | capacity; |
| 282 | } |
| 283 | |
| 284 | @Scope(ScopeEnum.Prototype) |
| 285 | @Provide('petrol') |
nothing calls this directly
no outgoing calls
no test coverage detected