refactor(TestBed): remove deprecated TestBed.reset
This commit is contained in:

committed by
Vikram Subramanian

parent
b238414984
commit
acc0fe6cf9
@ -184,11 +184,6 @@ export class TestBed implements Injector {
|
||||
this.ngModule = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use `resetTestingModule` instead
|
||||
*/
|
||||
reset() { this.resetTestingModule(); }
|
||||
|
||||
resetTestingModule() {
|
||||
this._compiler = null;
|
||||
this._moduleOverrides = [];
|
||||
|
Reference in New Issue
Block a user