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

@ -31,7 +31,6 @@ export function main() {
NestedFormGroupComp
]
});
TestBed.compileComponents();
});
describe('basic functionality', () => {