code-chronicles-code/leetcode-curriculum
Add tests for `Iterator.prototype.min` and `Iterator.prototype.max` custom comparator
Aperta
#114 aperta il 1 lug 2024
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!