styled-components / jest-styled-components

🔧 💅 Jest utilities for Styled Components
MIT License
1.59k stars 145 forks source link

Snapshots with random media query #277

Open shraddha-2407 opened 4 years ago

shraddha-2407 commented 4 years ago

Environment

System:

Problem: I upgraded to styled-components v5 beta and subsequently jest-styled-components to beta as per documentation. After doing that, my snapshots have changed but they all seem broken.

Screen Shot 2019-11-11 at 13 26 04 Screen Shot 2019-11-11 at 13 30 58

The presence of random media queries is fishy. Can someone help as to why this is happening?

Michael-M-Judd commented 4 years ago

+1 here - have the same issue.

mrmak commented 4 years ago

+1 – seeing this as well.

"jest-styled-components": "^7.0.0"
"styled-components": "^5.0.0"
"babel-plugin-styled-components": "^1.10.0"
Pewtro commented 3 years ago

This is still happening as of "styled-components": "^5.3.0", "jest-styled-components": "^7.0.5",

All our snapshots have constantly changing @media values added to them.