-
-
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]: Native fetch Arrays Incorrectly Matched #15025
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. |
Still an issue. |
This is #2549 You can probably use We could fix the array case explicitly probably. |
Happy to take a PR fixing this for arrays |
Where in the code is the array matching? I attempted to look for it and fix the issue but the codebase is way too complex. |
Add a new |
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
v30.0.0-alpha.3 and v29.7.0
Steps to reproduce
Expected behavior
Jest should identify the data property in the response body parsed by fetch as an Array.
Actual behavior
Jest does not identify the data property in the response body as an Array if it is parsed by fetch, only if it is parsed using JSON.parse.
Additional context
I am using the latest Node.js LTS version (v20.12.2)
Environment
System: OS: macOS 13.2.1 CPU: (8) arm64 Apple M1 Pro Binaries: Node: 20.12.2 - /usr/local/bin/node npm: 10.5.0 - /usr/local/bin/npm pnpm: 7.30.3 - /usr/local/bin/pnpm npmPackages: jest: ^29.7.0 => 29.7.0
The text was updated successfully, but these errors were encountered: