mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Angular now uses Jasmine 2.8 as a minimum version (required by protractor; most of it is using ^3.5.0 which currently resolves to 3.99.0), which makes this shim obsolete - all versions of Jasmine used have Map comparison built in. This shim causes problems for custom equality checkers - when using a Map containing types needing a custom equality check, this fails because the call to `jasmine.matchersUtil.equals` from the shim does not use any of the custom equality matchers. PR Close #45521 |
||
|---|---|---|
| .. | ||
| browser.ts | ||
| browser_util.ts | ||
| matchers.ts | ||
| testing.ts | ||