Jest .toMatchInlineSnapshot() assert does not work with prettier 3 #1220
anton-tiptyuk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since nest 10 there's an issue with
.toMatchInlineSnapshot()
Jest assert (it is not compatible with prettier 3 and there's a workaraund).an issue:
jestjs/jest#14305
a suggested workaround:
https://jestjs.io/docs/configuration#prettierpath-string
Let me know if you are interested, I can introduce a PR with it.
Beta Was this translation helpful? Give feedback.
All reactions