mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| declare_classmetadata_spec.ts | ||
| declare_component_spec.ts | ||
| declare_directive_spec.ts | ||
| declare_factory_spec.ts | ||
| declare_injectable_spec.ts | ||
| declare_injector_spec.ts | ||
| declare_ng_module_spec.ts | ||
| declare_pipe_spec.ts | ||
| directive_spec.ts | ||
| matcher.ts | ||