Skip to content

2.5.0

Compare
Choose a tag to compare
@domenic domenic released this 25 Jan 23:15
· 67 commits to master since this release

Added callCount asserter, as in:

spy.should.have.callCount(6);

Thanks @tinganho for this addition.