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
Prettier 3 is out now, but it's incompatible with inline snapshots. The workaround seems to be to point prettierPath in jest.config.js to a copy of prettier@2.x. However, jest-light-runner seems to ignore that setting, and instead hardcode the prettier path.
The text was updated successfully, but these errors were encountered:
Prettier 3 is out now, but it's incompatible with inline snapshots. The workaround seems to be to point
prettierPath
injest.config.js
to a copy of prettier@2.x. However, jest-light-runner seems to ignore that setting, and instead hardcode the prettier path.The text was updated successfully, but these errors were encountered: