-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
upgrade prettier #6344
upgrade prettier #6344
Conversation
@@ -29,7 +29,7 @@ exports[`shows error message when not enough arguments are supplied to tests 1`] | |||
|
|||
Missing 1 arguments | |||
|
|||
at packages/jest-each/build/bind.js:81:17 | |||
at packages/jest-each/build/bind.js:82:17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimenB I'm about to open a PR with a similar change to this. When you have some time whenever can you help me update this error point to userland in the tests? (If thats possible)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fo sho!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #6347
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #6344 +/- ##
=======================================
Coverage 63.63% 63.63%
=======================================
Files 226 226
Lines 8648 8648
Branches 4 3 -1
=======================================
Hits 5503 5503
Misses 3144 3144
Partials 1 1
Continue to review full report at Codecov.
|
please rebase before merging. |
d42c947
to
e3989ed
Compare
Gonna hold off on merging until prettier/prettier#4602 is fixed and released. I'll rebase and merge at that time |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Mostly prettier/prettier#4440
Test plan
N/A