angular/packages/core/testing/src
Andrew Scott b3836c2f1c refactor(core): Private option to rethrow ApplicationRef.tick errors in tests (#57153)
This creates a private option that can be used internally while we
migrate this to the default and only behavior. ~200 tests in TGP have errors
that are being swallowed (console.log) and not causing the test to fail.
We can first explicitly opt those out, flip the default internally, then
"fix" them by adding expect...toThrow.

PR Close #57153
2024-07-30 18:04:27 +00:00
..
application_error_handler.ts refactor(core): Private option to rethrow ApplicationRef.tick errors in tests (#57153) 2024-07-30 18:04:27 +00:00
async.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
component_fixture.ts refactor(core): Private option to rethrow ApplicationRef.tick errors in tests (#57153) 2024-07-30 18:04:27 +00:00
defer.ts refactor(core): mark @defer APIs as stable (#55625) 2024-05-02 14:42:00 -07:00
fake_async.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
logger.ts refactor(core): cleanup type any (#48623) 2023-01-04 12:15:16 -08:00
metadata_override.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
metadata_overrider.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
resolvers.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
styling.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
test_bed.ts refactor(core): clean up clang comments and workarounds (#55750) 2024-05-13 11:10:36 -07:00
test_bed_common.ts refactor(core): Private option to rethrow ApplicationRef.tick errors in tests (#57153) 2024-07-30 18:04:27 +00:00
test_bed_compiler.ts refactor(core): Private option to rethrow ApplicationRef.tick errors in tests (#57153) 2024-07-30 18:04:27 +00: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: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
testing_internal.ts refactor(core): Remove ununsed Zone mock from testing internals. (#49873) 2023-04-18 14:00:15 +00:00