The log is exactly expected undefined to equal true, which means your code should have returned true and it returned undefined (in this case it means you return nothing).
expected undefined to equal true
true
undefined
Loading collection data...
The log is exactly
expected undefined to equal true
, which means your code should have returnedtrue
and it returnedundefined
(in this case it means you return nothing).