-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CleanUp for toBeInTheDom
and toHaveTextContent
#45
Comments
I started this in #46, and only after that I saw this. |
Alright, @gnapse this should be given to this library now : https://github.com/kentcdodds/dom-testing-library :) :) @kentcdodds Thats a very cool move. In fact I was thinking, how we could decouple the library, so that one can reuse the DOM queries alone and exactly you had done this! This is awesome.. Cheers! 💯 |
Thanks! Sorry it means that y'all's PRs need to be moved over to the other package. Hopefully it should be pretty straightforward though. |
@kentcdodds No problem, will move them.. Let us know once you completely decouple the codebase and done with your work. |
I'm finished actually. react-testing-library has already been updated! I'm hanging out with the family this weekend so I may not get to your PRs right away. |
Perfect, will give the PR over there in sometime! |
…er (testing-library#45) * fix: don't crash when jsdom's document is passed to prettyDOM. * feat(logging): don't log DOM in Cypress, don't highlight in the browser. - added test to check whether Cypress doesn't log DOM - ignore .idea folder (JetBrains IDE's) - added myself to contributors * fix: `.control` support landed in jsdom, updated istanbul ignore comments for improved coverage. * Updated error message code style. Updated istanbul ignore. * Improved error handling code style. * Updated environment check.
Following up the conversation on #44, looks like we need to do bit of clean up on
toBeInTheDom
andtoHaveTextContent
on the jest extensions. I can pick this up and finish this task.@gnapse Let me know if you have already picked this up.
The text was updated successfully, but these errors were encountered: