-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this run Prettier? #70
Comments
You could use If it doesn't I'd like it to work like updating snapshots where I can rerun it with -u and have prettier fix things. That sounds nice... |
When I save a test while running What does happen though is that my tests fail if the code isn't formatted perfectly.... |
Hi all, This project does not currently format code (the equivalent of However, this project could adopt the feature of a watch plugin similar to Let me know if this solves your issue, thanks! |
I see failures here and it isn't updating the code with prettier, am I doing something wrong here? I thought it would update it.
If it doesn't I'd like it to work like updating snapshots where I can rerun it with
-u
and have prettier fix things.The text was updated successfully, but these errors were encountered: