specit
specit copied to clipboard
Matcher should beNull
Hi Joshua,
What would be the best way to test if something is/equals null? I can't find a beNull matcher. Now I do something like:
assert( ( myVal === null ) ).should( be );
Thanx in advance for your reply!
Kind regards,
Maarten