()
| 421 | } |
| 422 | |
| 423 | static getLastFixture<T = unknown>(): ComponentFixture<T> { |
| 424 | return TestBedImpl.INSTANCE.getLastFixture(); |
| 425 | } |
| 426 | |
| 427 | static resetTestingModule(): TestBed { |
| 428 | return TestBedImpl.INSTANCE.resetTestingModule(); |
nothing calls this directly
no test coverage detected