| 665 | |
| 666 | it('should throw a descriptive error if BrowserModule is installed again via a lazily loaded module', (done) => { |
| 667 | @NgModule({imports: [BrowserModule]}) |
| 668 | class AsyncModule {} |
| 669 | bootstrap(HelloRootCmp, testProviders) |
| 670 | .then((ref: ComponentRef<HelloRootCmp>) => { |
| 671 | const compiler: Compiler = ref.injector.get(Compiler); |
nothing calls this directly
no test coverage detected
searching dependent graphs…