We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0c4b229
Added callCount asserter, as in:
callCount
spy.should.have.callCount(6);
Thanks @tinganho for this addition.