3.3.0
Options
stop execution on spec failure
stop spec on expectation failure
run tests in random order
hide disabled tests
finished in 0.013s
14 specs, 1 failure, 6 pending specs
, randomized with seed
45989
Spec List |
Failures
Spec List
| Failures
isPrime
>
should be slower
Expected 0 to be greater than 20.
Error: Expected 0 to be greater than 20. at <Jasmine> at UserContext.<anonymous> (https://output.jsbin.com/faqanut:80:21) at <Jasmine>
Reduce with sum
should return sum when specified
should return zero list if no numbers
Filter with even
should return empty list if no numbers
should return even numbers
getPrimes
should be efficient
should only return primes
isPrime
2 is a prime
1 is not a prime
should be slower
11 is a prime
getFirstPrimes
should only check upto primes
should only return primes
Map with mul2
should return multiplied numbers
should return empty list if no numbers