Closed depoulo closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4ae0231
) 100.00% compared to head (90296fc
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 6.1.5 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What:
support uppercase custom props in toHaveStyle
fixes #551
Why:
CSS custom properties are case sensitive
How:
don't lowercase custom property names before comparing them
Checklist:
--
please squash and merge
related: #148, #164