good first issuehelp wantedtesting
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently, the map method lacks comprehensive unit tests.
Write Jest/Node tests to ensure the method correctly transforms arrays.
Test edge cases: empty array, non-function input, and arrays with null/undefined. Difficulty: Easy Labels: good first issue, testing