styled-components / jest-styled-components

🔧 💅 Jest utilities for Styled Components
MIT License
1.58k stars 144 forks source link

Fix issue #403 with snake case filenames #404

Closed kamaltmo closed 1 year ago

kamaltmo commented 2 years ago

Fixes #403 by extending the regex for the isStyledClass function to support look for the patterns -sc-or _sc- anywhere in a class name or sc- at the start of class name. This should allow toHaveStyleRule to function with classNames that contain a filename for a component within them even when that filename is snake case.