Skip to content
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

Update node in jest worker #10145

Closed
wants to merge 3 commits into from
Closed

Update node in jest worker #10145

wants to merge 3 commits into from

Conversation

matthewbub
Copy link

@matthewbub matthewbub commented Jun 8, 2020

Summary

The PR is in reference to #10142

Updates:

  • Changed required node version for jest-worker to 10.13
  • Updated snapshots
  • Updated CHANGELOG

Notes

  • I saw an AssertionError in the Node CI. Looked like a simple fix but I have not had much luck finding the exact line the needs updating.

  • While running tests I ran into 2 fails that I believe to be related prior to testing.. I have screen shotted them below.

Screen Shot 2020-06-08 at 11 56 36 AM

Test plan

n/a

@SimenB
Copy link
Member

SimenB commented Jun 10, 2020

Thanks for the PR @hi-matbub! The assertion that fails is this one: https://github.com/facebook/jest/blob/1c2011dbce785ba05f006d1f6636dc378daa7329/scripts/buildUtils.js#L35-L39

It will need to special case jest-worker as that'll be the exception.

--

Regarding the failing tests, feel free to ignore them. The Mercurial tests require specific versions (I don't even know which 😅)

@matthewbub
Copy link
Author

Thank you for the feedback @SimenB. I will get on this right away!

@github-actions
Copy link

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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants