styled-components / jest-styled-components

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

tabs vs spaces #420

Open FezVrasta opened 1 year ago

FezVrasta commented 1 year ago

Hi, for some reason, only on CI, some of my snapshots error out and show a diff that looks identical to the original.

The only difference is that the proposed change uses tabs while the stored snapshot uses spaces.

Do you have any idea of why this could happen? I'm on Jest 27 if it matters.