mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-03 20:24:31 +00: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