code-chronicles-code/leetcode-curriculum
Add tests for `Iterator.prototype.min` and `Iterator.prototype.max` custom comparator
開放
#114 建立於 2024年7月1日
good first issueteststypescript
倉庫指標
- 星標
- (19 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
The custom comparator is already supported via a compareFn argument, but we don't have specific tests for it. Let's add some!