0.7.0 / 2015-07-24
Added .spy.reset() method, to reset call counters back to 0
var spy = chai.spy('foo');
spy();
spy.should.have.been.called();
spy.reset();
spy.should.not.have.been.called();Community Contributions
Code Features & Fixes
- #28 add spy.reset method and tests
By @d48 - #25 Fix travis API key for deployments
By @keithamus