mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
* Allow CustomEqualityTester to return undefined As explained at https://jasmine.github.io/2.6/custom_equality.html, returning undefined means that this tester couldn't compare the values. * [jasmine] Fix return type of CustomEqualityTester test * [jasmine] Fix return type of CustomEqualityTester test