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
It doesn't seem like qunit-dom has the ability to check the value of a css custom property/variable, like --color-text, or whatever. Am I right about that?
I tried using hasStyle, hasAttribute, and hasProperty with no avail. In trying to make some changes for a PR, but it seems ilke the issue might be a jest / node thing?
The text was updated successfully, but these errors were encountered:
It doesn't seem like qunit-dom has the ability to check the value of a css custom property/variable, like
--color-text
, or whatever. Am I right about that?I tried using
hasStyle
,hasAttribute
, andhasProperty
with no avail. In trying to make some changes for a PR, but it seems ilke the issue might be a jest / node thing?The text was updated successfully, but these errors were encountered: