revert: fix(ivy): R3TestBed should clean up registered modules after each test (#32872) (#33663)

This commit reverts 475e36a.

PR Close #33663
This commit is contained in:
Andrew Scott
2019-11-08 10:18:46 -08:00
committed by Kara Erickson
parent f8e9c1e6f1
commit 7c4366dce8
4 changed files with 4 additions and 29 deletions

View File

@ -56,7 +56,7 @@ export function registerNgModuleType(ngModuleType: NgModuleType) {
}
}
export function clearModuleRegistry(): void {
export function clearModulesForTest(): void {
modules.clear();
}