We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For context: #294
what does this line do? const isStyledClass = (className) => /^(\w+(-|_))?sc-/.test(className); and why it's necessary to have it in. this function hasClassNames
const isStyledClass = (className) => /^(\w+(-|_))?sc-/.test(className);
hasClassNames
I like to submit a PR to fix this so It'll be a great help if you could explain this to me.
The text was updated successfully, but these errors were encountered:
I was wondering the same thing too. In my case, our components have a different namespace which gets overlooked by toHaveStyleRule
toHaveStyleRule
Sorry, something went wrong.
No branches or pull requests
For context:
#294
what does this line do?
const isStyledClass = (className) => /^(\w+(-|_))?sc-/.test(className);
and why it's necessary to have it in. this function
hasClassNames
I like to submit a PR to fix this so It'll be a great help if you could explain this to me.
The text was updated successfully, but these errors were encountered: