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!