Options for testing.
()
| 507 | |
| 508 | /** Options for testing. */ |
| 509 | function options() { |
| 510 | return {injector: TestBed.inject(Injector)}; |
| 511 | } |
| 512 | |
| 513 | /** Returns a promise that will resolve after {@link durationInMilliseconds}. */ |
| 514 | function timeout(durationInMilliseconds: number): Promise<void> { |
no test coverage detected
searching dependent graphs…