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

v11.11.0 seems to break entire jest/enzyme test suite #26534

Closed
Wynston opened this issue Mar 8, 2019 · 2 comments
Closed

v11.11.0 seems to break entire jest/enzyme test suite #26534

Wynston opened this issue Mar 8, 2019 · 2 comments

Comments

@Wynston
Copy link

Wynston commented Mar 8, 2019

I discovered this issue in our pipeline since we are using the latest node Docker image for our Gitlab pipeline. Our tests all failed in the pipeline but were passing locally when I was on v10.15.3. I tried updating my node version to 11.11.0 and tried running the tests but they all failed.

This error was displayed for each test in our jest suite:

 Test suite failed to run

    TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<process>'

      at exports.default (node_modules/jest-util/build/create_process_object.js:15:34)
  • Version: 11.11.0
  • Platform: x86_64 x86_64 x86_64 GNU/Linux
  • Subsystem: Ubuntu
@richardlau
Copy link
Member

Being addressed in #26488.

@richardlau
Copy link
Member

Should be fixed by 11.12.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants