Skip to content
New issue

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

Fix typescript signature #478

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Fix typescript signature #478

merged 2 commits into from
Dec 1, 2023

Conversation

NoriSte
Copy link
Owner

@NoriSte NoriSte commented Dec 1, 2023

Fix #477.

Please note that: TypeScript tests could now throw because of operations made on the value returned by checkFunction (passed to cy.waitUntil). The type was previously undefined while now reflecting the type returned by checkFunction.

BREAKING CHANGE: TypeScript tests could now throw because of operations made on the value returned
by `checkFunction` (passed to cy.waitUntil). The type was previously `undefined` while now reflects
the type returned by `checkFunction`.

fix #477
@NoriSte NoriSte merged commit 8e3ff03 into master Dec 1, 2023
1 check was pending
@NoriSte NoriSte deleted the fix-typescript-signature branch December 1, 2023 16:23
@NoriSte
Copy link
Owner Author

NoriSte commented Dec 1, 2023

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with TypeScript signature
1 participant