mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is needed for the case if a `beforeEach` instantiates `NgZone`and the `it` uses `TestComponentBuilder.createFakeAsync`. Otherwise the `NgZone` will use the root zone as parent, and `TestComponentBuilder.createFakeAsync` will always return undefined as `tick` does not forward promises created under the zone of `NgZone`. |
||
|---|---|---|
| .. | ||
| async.ts | ||
| async_test_completer.ts | ||
| component_fixture.ts | ||
| fake_async.ts | ||
| lang_utils.ts | ||
| logger.ts | ||
| metadata_override.ts | ||
| mock_animation_player.ts | ||
| mock_application_ref.ts | ||
| ng_zone_mock.ts | ||
| test_bed.ts | ||
| test_compiler.ts | ||
| test_component_builder.ts | ||
| testing.ts | ||
| testing_internal.ts | ||