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
# Summary
I completely forgot about keplersj/jest-runner-prettier#586 and this has been broken for a while.
# Test Plan
This is why I love `pnpm`
```shell
pnpm patch jest-runner-prettier
# add the awaits everywhere
pnpm patch-commit '/tmp/67d6a1a8e116289cd91a5e6eeb4f413d'
```
Break formatting in a file. `pnpm test:prettier`. Finally it registers.
Version 1.0.0 no longer works with Prettier >=3.0.0. All of the Prettier APIs went async. See https://github.com/prettier/prettier/blob/008b371e3ed64d31b85f10b6b3b67d3c32f175b6/changelog_unreleased/api/12574.md
The text was updated successfully, but these errors were encountered: