fix: export pretty format#818
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 27dc128:
|
Codecov Report
@@ Coverage Diff @@
## master #818 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 910 910
Branches 276 276
=========================================
Hits 910 910
Continue to review full report at Codecov.
|
kentcdodds
left a comment
There was a problem hiding this comment.
I think this is a reasonable solution to the problem (to make sure everyone's using the correct version of prettyFormat and it's typings). Thank you!
|
🎉 This PR is included in version 7.26.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What: referring to this issue testing-library/react-testing-library#694 I have exported
pretty-formatfrom this libraryWhy: Because we can then import in
@testing-library/reactHow:
Checklist:
docs site