Conversation
Codecov Report
@@ Coverage Diff @@
## next #379 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 624 630 +6
Branches 231 236 +5
=========================================
+ Hits 624 630 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@nickmccurdy what's pending for us to merge this? |
|
This should be safe to merge now, as Node 10 and 15 are no longer supported. |
|
Update: I've also updated |
|
@gnapse are you waiting a little longer to also drop node 12 support? That's coming pretty soon (less than a month, 2022-04-30). |
…ble (#396) * fix: Support unenclosed innerText for details elements in toBeVisible * docs: Update documentation for toBeVisible with details element examples * Restructure tests to have a maximum depth of 5 describes * fix: Support unenclosed innerText for details elements in toBeVisible * docs: Update documentation for toBeVisible with details element examples * Restructure tests to have a maximum depth of 5 describes Co-authored-by: Ben Chidgey <feedmypixel@users.noreply.github.com>
Co-authored-by: Jean-Philippe Zolesio <zolesio@adobe.com>
|
Node 12 support has ended, so I've also removed it. Note that this is still based into |
|
It would be great to merge this soon if possible. Two users have already gotten confused by #473. |
|
There's also #438 waiting to be released on the |
|
I noticed, that's why I didn't change the base to |
|
There is #453 that I can pick back up if there's a chance it will be merged/released. I kind of gave up hope on a breaking release, until now. |
|
@nickmccurdy I've updated #453 if you'd like to give it a review. Thanks for the nudge. |
|
I believe this can be closed now, since #511 dropped support for node < 14. |
What: Don't test with node 10, 12, or 15
Why: Node 10, 12, and 15 reached EOL so let's free up some CI resources.
How: Remove 10, 12, and 15 from node test matrix.
Checklist:
[ ]Documentation added to thedocs site
[ ]Typescript definitions updated