Spyder01/Arachnea

Add Unit Tests for map Method

Aberta

#1 aberto em 10 de out. de 2025

 (2 comentários) (0 reação) (1 responsável)TypeScript (1 fork)auto 404
good first issuehelp wantedtesting

Métricas do repositório

Stars
 (1 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador