mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
15c3e11359
If tests are bundled using e.g. esbuild, the `ee` symbols may be rewritten to `\u0275\u0275`. This breaks assertions that rely on `Function.toString`. We can avoid this string comparison and make it more future proof by just comparing the symbols directly. PR Close #48521