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
Let's just fix this today - must be a very easy fix. Basically, all we need to know is if we are able to create sandboxes. I would simply check for the factory functions that are added in Sinon's 1515 PR - in addition to the old sinon.sandbox.create (which would make it backwards compatible).
returns always
false
since this PR fromsinon
#1506Maybe we should delete this assertion
typeof obj.getConfig === "function"
or find another property.The text was updated successfully, but these errors were encountered: