You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using jest-styled-components in a project that uses yarn 2. It looks like jest-styled-components references pretty-format in typings/index.d.ts but pretty-format is not included as a dependency. I believe this causes issues with yarn 2.
Adding the following to yarnrc.yml resolves the issue but this should really be fixed in the package itself.
I'm using jest-styled-components in a project that uses yarn 2. It looks like jest-styled-components references pretty-format in typings/index.d.ts but pretty-format is not included as a dependency. I believe this causes issues with yarn 2.
Adding the following to
yarnrc.yml
resolves the issue but this should really be fixed in the package itself.The text was updated successfully, but these errors were encountered: