Skip to content

done

f412835
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

done #21

done
f412835
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report succeeded Jul 21, 2025 in 1s

6 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/junit/junit.xml

6 tests were completed in 5s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Combining Filtering and Mapping 2✅ 5s
Filtering Tasks 2✅ 4s
Mapping Tasks 2✅ 171ms

✅ Combining Filtering and Mapping

Combining Filtering and Mapping › filteredAndSquared
  ✅ should filter numbers greater than or equal to 20 and square them
Combining Filtering and Mapping › filteredAndTripled
  ✅ should filter numbers divisible by 5 and multiply each by 3

✅ Filtering Tasks

Filtering Tasks › greaterThanTwentyFive
  ✅ should filter and return numbers greater than or equal to 25
Filtering Tasks › divisibleByFive
  ✅ should filter and return numbers divisible by 5

✅ Mapping Tasks

Mapping Tasks › squaredNumbers
  ✅ should return an array of each number squared
Mapping Tasks › doubledNumbers
  ✅ should return an array of each number multiplied by 2