v5.0.1 is on npm
Published on April 30, 2018 by Morgan Roderick
This morning we have released v.5.0.1, new major version, to npm.
It contains a few notable changes and a new feature:
sinon
object is now a (default) sandbox, making your setup easiersinon.fake
creates immutable fakes, lots easier to use thanstub
sinon.replace
,sinon.replaceGetter
,sinon.replaceSetter
can be used for replacing properties withfakes
(andspies
andstubs
)