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

committed by
Victor Berchet

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