mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
There are a couple of tests intentionally triggering and verifying runtime errors thrown by `bootstrapApplication`. These errors are also printed using the default `ErrorHandler`, while also being re-thrown and caught/asserted by the test. The error logging should be disabled as otherwise three tests will pollute the test output with large amounts of text that make it also seem like actual failing tests / something incorrect going on with the jasmine environment. PR Close #46510 |
||
|---|---|---|
| .. | ||
| static_assets | ||
| tools | ||
| bootstrap_spec.ts | ||
| bootstrap_standalone_spec.ts | ||
| meta_spec.ts | ||
| rectangle_mock.ts | ||
| title_spec.ts | ||
| transfer_state_spec.ts | ||