code-chronicles-code/leetcode-curriculum

Add tests for `Iterator.prototype.min` and `Iterator.prototype.max` custom comparator

Aperta

#114 aperta il 1 lug 2024

 (3 commenti) (0 reazioni) (0 assegnatari)TypeScript (12 fork)auto 404
good first issueteststypescript

Metriche repository

Star
 (19 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The custom comparator is already supported via a compareFn argument, but we don't have specific tests for it. Let's add some!

Guida contributor