angular/packages/core/testing/src
Andrew Scott b5ec30a929 refactor(core): Permit disabling autoDetect for zoneless fixture (#55494)
The caveat here is that this needs to be done before creating the
fixture. There are some technical issues to overcome with disabling it
after it was already enabled, related to detaching from `ApplicationRef`
without other side effects.

PR Close #55494
2024-04-26 09:42:16 -07:00
..
async.ts fix(core): complete the removal of deprecation async function (#55491) 2024-04-23 13:29:46 -07:00
component_fixture.ts refactor(core): Permit disabling autoDetect for zoneless fixture (#55494) 2024-04-26 09:42:16 -07:00
defer.ts fix(core): DeferBlockFixture.render should not wait for stability (#55271) 2024-04-23 15:12:39 -07:00
fake_async.ts fix(core): test cleanup should not throw if Zone is not present (#55096) 2024-03-28 12:12:30 -07:00
logger.ts refactor(core): cleanup type any (#48623) 2023-01-04 12:15:16 -08:00
metadata_override.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
metadata_overrider.ts fix(core): support cyclic metadata in TestBed overrides (#44215) 2021-11-19 19:27:08 +00:00
resolvers.ts feat(core): support TypeScript 4.8 (#47038) 2022-08-16 16:02:47 +00:00
styling.ts refactor(core): drop IE workarounds (#49763) 2023-04-13 14:01:45 +00:00
test_bed.ts refactor(core): Provide scheduler for use and coordination with zone change detection (#54952) 2024-03-27 11:36:56 -07:00
test_bed_common.ts refactor(core): Permit detectChanges with zoneless ComponentFixture (#55325) 2024-04-17 08:07:52 +02:00
test_bed_compiler.ts Revert "fix(core): TestBed should not override NgZone from initTestEnvironment (#55226)" (#55286) 2024-04-10 10:37:42 -07:00
test_hooks.ts fix(core): test cleanup should not throw if Zone is not present (#55096) 2024-03-28 12:12:30 -07:00
testing.ts refactor(core): Permit detectChanges with zoneless ComponentFixture (#55325) 2024-04-17 08:07:52 +02:00
testing_internal.ts refactor(core): Remove ununsed Zone mock from testing internals. (#49873) 2023-04-18 14:00:15 +00:00