Skip to content

2.5.0

Choose a tag to compare

@domenic domenic released this 25 Jan 23:15
· 69 commits to master since this release

Added callCount asserter, as in:

spy.should.have.callCount(6);

Thanks @tinganho for this addition.