mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0def76f3b3
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