Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(snapshot): specify how to disable prettier
jestjs#7792 suggests that Prettier is optional, but I assumed that all I needed to do was remove `prettier` from my dependencies. That still results in Jest trying to require `prettier`, causing Jest to fail. Took awhile to learn I needed to set `prettierPath` to `null` or `''`, so I added this to the docs.
- Loading branch information