code-chronicles-code/leetcode-curriculum

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

Offen

#114 geöffnet am 01.07.2024

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (12 Forks)auto 404
good first issueteststypescript

Repository-Metriken

Stars
 (19 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide