Options for testing.
()
| 508 | |
| 509 | /** Options for testing. */ |
| 510 | function options() { |
| 511 | return {injector: TestBed.inject(Injector)}; |
| 512 | } |
| 513 | |
| 514 | /** Returns a promise that will never resolve. */ |
| 515 | function forever(): Promise<never> { |
no test coverage detected