Spyder01/Arachnea

Add Unit Tests for map Method

Open

#1 opened on Oct 10, 2025

 (2 comments) (0 reactions) (1 assignee)TypeScript (1 fork)auto 404
good first issuehelp wantedtesting

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide