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

[Bug]: Cannot assign to read only property 'performance' of object '[object global]' on Node 20 #14741

Closed
antonio-ivanovski opened this issue Dec 5, 2023 · 7 comments
Labels
Bug Report Needs Reproduction Every bug report requires a minimal reproduction Needs Triage

Comments

@antonio-ivanovski
Copy link

Version

29.7.0

Steps to reproduce

  1. Setup Node 20
  2. Create test
  3. Use jest.useFakeTimers
  4. Run the test

Expected behavior

Jest runs the test and mock the timers and I can set my own time

Actual behavior

Test fails with

TypeError: Cannot assign to read only property 'performance' of object '[object global]'
jest.useFakeTimers().setSystemTime(new Date('2022-06-06'));
    ^

Additional context

On Node 18 is OK, upgrading to Node 20 causes issues both locally and on CI

Related to: facebook/react-native#35701

Environment

System:
    OS: macOS 14.0
    CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
  Binaries:
    Node: 20.10.0 - /private/var/folders/_3/ggprgl2s3dg02ll3pgymf2280000gn/T/xfs-bffabcd0/node
    Yarn: 4.0.1 - /private/var/folders/_3/ggprgl2s3dg02ll3pgymf2280000gn/T/xfs-bffabcd0/yarn
    npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm
  npmPackages:
    jest: ^29.7.0 => 29.7.0
@SimenB SimenB added the Needs Reproduction Every bug report requires a minimal reproduction label Dec 5, 2023
Copy link

github-actions bot commented Dec 5, 2023

As noted in the Bug Report template, all bug reports requires a minimal reproduction. Please open up a new issue providing one. Read more at https://stackoverflow.com/help/minimal-reproducible-example.

@github-actions github-actions bot closed this as completed Dec 5, 2023
@satazor
Copy link

satazor commented Dec 6, 2023

I'm having the same issue and I've found this related issue on Node.js: nodejs/node#51048

It seems latest 18 have this issue as well.

@SimenB
Copy link
Member

SimenB commented Dec 6, 2023

That's a link to this very issue.

But again, please put together a reproduction. "+1" doesn't really help us

@satazor
Copy link

satazor commented Dec 6, 2023

Sorry my mistake. I have updated the link.

@satazor
Copy link

satazor commented Dec 7, 2023

I have created a reproducible repo here: https://github.com/satazor/jest-issue-14741. The issue only happens in Jest v28 and not in the latest v29.

Copy link

github-actions bot commented Jan 7, 2024

This issue 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 Jan 7, 2024
@SimenB
Copy link
Member

SimenB commented Jan 7, 2024

I have created a reproducible repo here: https://github.com/satazor/jest-issue-14741. The issue only happens in Jest v28 and not in the latest v29.

v28 is unsupported. However, you should be able to use v29 test env in v28 to work around the issue if you're unable to upgrade.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Report Needs Reproduction Every bug report requires a minimal reproduction Needs Triage
Projects
None yet
Development

No branches or pull requests

3 participants