-
Notifications
You must be signed in to change notification settings - Fork 154
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
chore(ts): Move typings to DefinitelyTyped, Close #68 #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most excellent. Thank you so much!
@@ -77,24 +78,13 @@ npm install --save-dev @testing-library/cypress | |||
|
|||
### With TypeScript | |||
|
|||
Typings are defined under `@testing-library/cypress/typings`, and should be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love that people won't have to bother with this anymore.
I think the build failure was a fluke. I hope so anyway. |
@all-contributors please add @simjes for code |
I've put up a pull request to add @simjes! 🎉 |
Sweet, I hope so too 😄 Will send a PR to update testing-library/testing-library-docs as well |
🎉 This PR is included in version 4.1.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Moved typings to DefinitelyTyped.
See https://www.npmjs.com/package/@types/testing-library__cypress and DefinitelyTyped/DefinitelyTyped#37692
Why:
To close issue #68
Checklist: