()
| 169 | } |
| 170 | |
| 171 | private getRootModule() { |
| 172 | const modules = this.container.getModules().values(); |
| 173 | return modules.next().value!; |
| 174 | } |
| 175 | |
| 176 | private async createInstancesOfDependencies( |
| 177 | graphInspector: GraphInspector, |
no test coverage detected