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
When I am trying to test my application and I try to pass some value... I can't not get expected value: « chroma('FFBBCCDD').hex('rgba') -> #ffbbccde » or even with « chroma('#ff055088').hex() === '#ff055088' false #ff055087 »
I am unable to pass my own tests ... I changed the value to reflect the erroneous result then I changed my code and ended up getting the expected result but the test failed because I imputed the other value (the erroneous one)
Luxcium
changed the title
idempotency failure cannot use chroma to return a same value....
Idempotency failure cannot use chroma to return a same value....
Aug 3, 2021
When I am trying to test my application and I try to pass some value... I can't not get expected value: «
chroma('FFBBCCDD').hex('rgba') -> #ffbbccde
» or even with «chroma('#ff055088').hex() === '#ff055088' false #ff055087
»The text was updated successfully, but these errors were encountered: