Skip to content

Use extend-expect directly from jest-dom #70

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

Merged
merged 2 commits into from
Jul 10, 2018
Merged

Use extend-expect directly from jest-dom #70

merged 2 commits into from
Jul 10, 2018

Conversation

gnapse
Copy link
Member

@gnapse gnapse commented Jul 10, 2018

What:

Remove extend-expect from this library.

Why:

Users should directly import the same functionality from jest-dom

How:

Removing the file and changing the documentation around it, and its reference from package.json

Checklist:

  • Documentation
  • Ready to be merged

Closes #69

package.json Outdated
@@ -35,8 +35,7 @@
},
"files": [
"dist",
"typings",
"extend-expect.js"
"typings"
],
"dependencies": {
"jest-dom": "^1.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that I think about it, maybe jest-dom ceases to be a dependency and has to be moved to devDependencies instead, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 👍

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect 👍

@kentcdodds kentcdodds merged commit 7f99fb8 into testing-library:master Jul 10, 2018
@kentcdodds
Copy link
Member

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

alexkrolick pushed a commit to alexkrolick/dom-testing-library that referenced this pull request Sep 13, 2018
…ary#70)

* feat(rerender): implement rerender (testing-library#65)

* update readme
* update examples
* tests
* typescript typings

* Update index.js

* Update rerender.js

* Update rerender.js

* Update README.md

Closes testing-library#65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants