Dan Sullivan
Results
2
comments of
Dan Sullivan
It looks like `DependenciesScanner`'s main `scan` method concludes by binding global modules: ``` public async scan(module: Type) { await this.registerCoreModule(); await this.scanForModules(module); await this.scanModulesForDependencies(); this.calculateModulesDistance(); this.addScopedEnhancersMetadata(); this.container.bindGlobalScope(); } ``` On...
NOTE: I wasn't able to run the full test suite locally, given my Kerberos server configuration. I did run equivalent versions of the new tests in my application.