Spyder01/Arachnea

Add Unit Tests for map Method

Ouverte

#1 ouverte le 10 oct. 2025

 (2 commentaires) (0 réaction) (1 personne assignée)TypeScript (1 fork)auto 404
good first issuehelp wantedtesting

Métriques du dépôt

Stars
 (1 étoile)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur