-
Notifications
You must be signed in to change notification settings - Fork 204
fix: use jsdom jest environment and h jsx pragma for preact #149
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #149 +/- ##
=======================================
Coverage 86.82% 86.82%
=======================================
Files 18 18
Lines 334 334
Branches 79 79
=======================================
Hits 290 290
Misses 36 36
Partials 8 8
Continue to review full report at Codecov.
|
kentcdodds
left a comment
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.
Almost there! Thanks for your patience!
|
Thanks! |
|
@all-contributors please add @mihar-22 for code |
|
I've put up a pull request to add @mihar-22! 🎉 |
|
🎉 This PR is included in version 6.2.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Migrating the build tools for
@testing-library/preacttokcd-scriptsfor consistency among other testing library packages but I encountered some linting + testing issues. I think these should fix it. I tried testing locally vianpm linkbut I was getting an error (Environment key "jest/globals" is unknown) fromesling-config-kentcdoddsand some strange modules missing errors that may be related tonpm link.Ref: testing-library/preact-testing-library#24