fix(ivy): R3TestBed should clean up registered modules after each test (#32872)
PR Close #32872
This commit is contained in:
@ -54,7 +54,7 @@ export function registerNgModuleType(ngModuleType: NgModuleType) {
|
||||
}
|
||||
}
|
||||
|
||||
export function clearModulesForTest(): void {
|
||||
export function clearModuleRegistry(): void {
|
||||
modules.clear();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user