angular/packages/platform-browser-dynamic/testing/src
Andrew Kushnir 1d48e72ba7 refactor(core): handle incomplete DOCUMENT instances during cleanup in tests (#56422)
`DOCUMENT` instances retrieved from DI may not contain a necessary function to complete the cleanup. In tests that don't interact with DOM, the `DOCUMENT` might be mocked and some functions might be missing. For such tests, DOM cleanup is not required and we can skip DOM cleanup logic if there are missing functions. For tests that use DOM, TestBed would behave the same as before and rely on more complete `DOCUMENT` instances.

PR Close #56422
2024-06-17 09:05:53 -07:00
..
dom_test_component_renderer.ts refactor(core): handle incomplete DOCUMENT instances during cleanup in tests (#56422) 2024-06-17 09:05:53 -07:00
platform_core_dynamic_testing.ts refactor: migrate platform-* to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00
private_export_testing.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
testing.ts refactor: migrate platform-* to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00