(name, dependencies, create)
| 124 | // helper function to create a factory with a flag recreateOnConfigChange |
| 125 | // idea: allow passing optional properties to be attached to the factory function as 4th argument? |
| 126 | function recreateFactory (name, dependencies, create) { |
| 127 | return factory(name, dependencies, create, { |
| 128 | recreateOnConfigChange: true |
| 129 | }) |
| 130 | } |
no test coverage detected
searching dependent graphs…