-
-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
should a typecheck be added to the ci? |
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 20 20
Lines 262 262
Branches 65 65
=====================================
Hits 262 262 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
=======================================
Coverage ? 100%
=======================================
Files ? 20
Lines ? 266
Branches ? 67
=======================================
Hits ? 266
Misses ? 0
Partials ? 0 Continue to review full report at Codecov.
|
it also looks like |
should there be a test that exercises each of the |
Thanks for this! I’m open to any improvements to the types or CI pipeline 👍 if you’d like to add more tests to cover extra scenarios, that works for me. The library itself is at 100% test coverage, so all of the matcher options and variations should be covered elsewhere in the tests already, but if you feel like there’s something missing feel free to add it! |
@wolverineks do we have any updates to this? should we merge or go back to the drawing board? for what it's worth, the rest of the organization either switched or is switching to the types repo, so we may want to just consider doing that here. |
yeah, sorry, i went on vacation and i havent looked at it in a while. |
🎉 This PR is included in version 4.0.13 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Update type of GetByText
Why:
Type was incorrect
How:
copied type from FindByText / docs
Checklist:
docs site