test: improve perfs by removing unneeded TestBed.compileComponents() calls (#11083)
This commit is contained in:

committed by
Victor Berchet

parent
515ff61fcb
commit
cbe0976426
@ -30,8 +30,6 @@ export function main() {
|
||||
});
|
||||
|
||||
TestBed.configureTestingModule({declarations: [I18nComponent]});
|
||||
|
||||
TestBed.compileComponents();
|
||||
}));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user