-
-
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 jest-junit to 6.2.0 #7739
Conversation
This uncovered an issue with jest-junit where node 6 can't handle trailing commas for function params. Pushing a fix to jest-junit and will update this PR. |
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.
AppVeyor failure looks unrelated, but I haven't seen it fail that test before. Rerun?
What's the easiest way to retrigger? |
@@ -2182,31 +2182,6 @@ [email protected], babel-code-frame@^6.26.0: | |||
esutils "^2.0.2" | |||
js-tokens "^3.0.2" | |||
|
|||
babel-core@^6.0.0, babel-core@^6.26.0: |
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.
yay, babel-core
gona from our dep tree 😀
Unrelated (we only use |
Woo! |
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
Updates jest-junit to ^6.2.0.
jest-junit 6.2.0 removes the dependency on jest-config so it removes babel-core and babel-jest so it should reduce the install time and be more compatible with future releases.
Test plan
This PR