code-chronicles-code/leetcode-curriculum

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

开放

#114 创建于 2024年7月1日

 (3 条评论) (0 个反应) (0 位负责人)TypeScript (12 个派生)auto 404
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!

贡献者指南