You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a new deprecation was published today, which results in the following message:
`sandbox.create()` is deprecated. Use default sandbox at `sinon.sandbox` or create new sandboxes with `sinon.createSandbox()`
we use the sandbox a ton throughout our projects, so simplifying this update would be huge for us. would it be reasonable to provide a codemod for this one?
The text was updated successfully, but these errors were encountered:
thanks for being open to it. we realized that sinon.createSandbox(), which was easy enough to update with find/replace. at first glance, we thought that moving to sinon.sandbox was the only option, which would have need a bigger change so we thought the codemod would be worthwhile.
i think we are actually past our need for this, so i'd be ok with closing this one. i'll let you decide if it's worth keeping open in case others would rather have a codemod to migrate to sinon.sandbox instead.
a new deprecation was published today, which results in the following message:
we use the sandbox a ton throughout our projects, so simplifying this update would be huge for us. would it be reasonable to provide a codemod for this one?
The text was updated successfully, but these errors were encountered: