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
Looks like testing t.deepEqual(hexToRgb('#fff'), [255,255,255], 'white converted with hash');
does not pass, it is a common use case, how would this get fixed?
Thanks
The text was updated successfully, but these errors were encountered:
Looks like testing
t.deepEqual(hexToRgb('#fff'), [255,255,255], 'white converted with hash');
does not pass, it is a common use case, how would this get fixed?
Thanks
The text was updated successfully, but these errors were encountered: