You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy DOM actually didn't have support for the :is() pseudo selector. The reason for why it was passing before is probably because Happy DOM matched unsupported pseudo selectors as a positive match, which was fixed in v13.8.5.
I have added support for the :is() pseudo selector now.
Things that used to be handled correctly with
:is()
are regressed in happy-com v14.Actual logs:
Last good (Mar 9, 2024): https://github.com/asamuzaK/domSelector/actions/runs/8213032502/job/22463958026#step:5:17
First bad (Mar 16, 2024): https://github.com/asamuzaK/domSelector/actions/runs/8307223087/job/22736188722#step:5:17
NOTE: Empty result means that unexpected value, i.e.
false
in this case, is returned.The text was updated successfully, but these errors were encountered: