test: improve perfs by removing unneeded TestBed.compileComponents() calls (#11083)

This commit is contained in:
Marc Laval
2016-08-25 23:56:14 +02:00
committed by Victor Berchet
parent 515ff61fcb
commit cbe0976426
6 changed files with 0 additions and 7 deletions

View File

@ -30,8 +30,6 @@ export function main() {
});
TestBed.configureTestingModule({declarations: [I18nComponent]});
TestBed.compileComponents();
}));