Open ELLIOTTCABLE opened 8 years ago
To my original question, .neverCalledWith
works — but unfortunately, there's no .neverCalledOn
; so I'm still looking for support for the .not
-negated matchers — .not.calledWith
should replace .neverCalledWith
, and .not.calledOn
should exist as well.
So, I swear I've done this before, but … it doesn't seem to be working:
Is negation (
.not
) not supported on Sinon-stuff? (.notCalledWith
doesn't work either!)