-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
p3-minor-bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)
Description
Describe the bug
Since 4.1.1 sometimes toMatchSnapshot(largeObject) does not render the entire object passed anymore. I suppose its related to this fixed bug.
Reproduction
Have a large object checked with toMatchSnapshot({meta: largeObject}) and upgrade to 4.1.1. Suddenly you get this new snapshot
...
"meta": [Object],
...System Info
System:
OS: macOS 26.3.1
CPU: (12) arm64 Apple M4 Pro
Memory: 2.33 GB / 48.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 24.13.0 - ~/.nvm/versions/node/v24.13.0/bin/node
Yarn: 4.12.0 - ~/.nvm/versions/node/v24.13.0/bin/yarn
npm: 11.6.2 - ~/.nvm/versions/node/v24.13.0/bin/npm
Browsers:
Chrome: 143.0.7499.193
Edge: 143.0.3650.139
Safari: 26.3.1Used Package Manager
yarn
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p3-minor-bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)