-
-
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
[Bug]: Wrong diff for objectContaining #14897
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Not stale ofc. It is not because there is no activity that the bug disappears. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
No |
Im' getting this error: TypeError: (0 , _expectUtils.getObjectKeys) is not a function for this test: describe('Minimal test case', () => { It appears there's somethign broken with objectContaining. |
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. |
Version
29.7
Steps to reproduce
https://stackblitz.com/edit/vitejs-vite-rnytfb
Run
npm run test-jest
Expected behavior
Message:
expect(received).toEqual(expected) // deep equality
Actual behavior
Message:
expect(received).toEqual(expected) // deep equality
Additional context
No response
Environment
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Binaries: Node: 18.18.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.14.0 - /usr/local/bin/pnpm npmPackages: jest: ^29.7.0 => 29.7.0
The text was updated successfully, but these errors were encountered: