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

committed by
Victor Berchet

parent
515ff61fcb
commit
cbe0976426
@ -29,7 +29,6 @@ export function main() {
|
||||
],
|
||||
imports: [FormsModule]
|
||||
});
|
||||
TestBed.compileComponents();
|
||||
});
|
||||
|
||||
describe('basic functionality', () => {
|
||||
|
Reference in New Issue
Block a user