We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the deprecated cy.stub(object, method, fn) signature from cy.stub. This was removed in Sinon 3: https://sinonjs.org/guides/migration-guide#sinon-3
cy.stub(object, method, fn)
This is not supported in later sinon versions. It's also not documented in our public docs.
No response
The text was updated successfully, but these errors were encountered:
jennifer-shehane
Successfully merging a pull request may close this issue.
What would you like?
Remove the deprecated
cy.stub(object, method, fn)
signature from cy.stub. This was removed in Sinon 3: https://sinonjs.org/guides/migration-guide#sinon-3Why is this needed?
This is not supported in later sinon versions. It's also not documented in our public docs.
Other
No response
The text was updated successfully, but these errors were encountered: