IsNaN ans IsNotNaN matchers
jeromedecoster opened this issue · 1 comments
jeromedecoster commented
Hello,
It could be nice if we have 2 more matchers in the number package to test if a value is NaN or not.
IsNaN and IsNotNaN matchers
simple and usefull !
:)
drewbourne commented
Added isNumber()
and isNotANumber()
matchers. Check their ASDoc & Tests.