Closed stoically closed 5 years ago
Thanks for merging! Would you consider publishing a new version with the change? Might need a major bump because of https://github.com/acvetkov/sinon-chrome/pull/76 - since passing in a old version of sinon without the createSandbox
function will result in an error.
@stoically hi. thanks for pull request. checkout sinon-chrome 3.0.0
@acvetkov Thanks!
When using sinon-chrome with sinon versions 5 and later the following deprecation warning pops up:
According to the migration guide https://sinonjs.org/guides/migrating-to-5.0.html a change from
sinon.sandbox.create
tosinon.createSandbox
is needed.