You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ahnpnl
changed the title
[Bug]: [jest-runtime] - TypeError: Cannot read property 'bind' of undefined with introduction of jest. replaceProperty
[Bug]: [jest-runtime] - TypeError: Cannot read property 'bind' of undefined with introduction of jest.replacePropertyJan 26, 2023
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.
Version
29.4.0
Steps to reproduce
yarn test-examples
and observe the errorExpected behavior
Should pass the tests. 29.3.1 doesn't have this problem.
Actual behavior
See error log of CI https://github.com/thymikee/jest-preset-angular/actions/runs/4013381682/jobs/6892664896
Additional context
The error log pointed to
at Runtime._createJestObjectFor (../../node_modules/jest-runtime/build/index.js:2099:64)
which is this line https://github.com/facebook/jest/blob/be021fa8b722f1d367833e8f48bbb08e6e3dd687/packages/jest-runtime/src/index.ts#L2322Environment
System: OS: macOS 13.1 CPU: (8) arm64 Apple M1 Binaries: Node: 16.19.0 - /opt/homebrew/bin/node Yarn: 3.2.3 - /opt/homebrew/bin/yarn npm: 8.19.3 - /opt/homebrew/bin/npm npmPackages: jest: ^29.4.0 => 29.4.0
The text was updated successfully, but these errors were encountered: