Closed
Description
First thank you for this awesome library!
I would like to use toHaveStyle
to test a media query. I am migrating xstyled tests from jest-styled-components
to jest-dom
since the approach is better for me.
My question is simple. How to do the equivalent with toHaveStyle
?
expect(container.firstChild).toHaveStyleRule('color', 'red', {
media: '(min-width: 768px)',
})
Metadata
Metadata
Assignees
Labels
No labels