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
docs: Remove misleading recommendation to use shallow in snapshot tests (#128)
### Summary
I removed misleading recommendation to render components with `shallow` in snapshot tests as a result of the conversation in Issue #127.
### Test plan
Review text in API.md
Shallowly renders given React component. Since it doesn't return helpers to query the output, it's mostly advised to used for snapshot testing (short snapshots are best for code reviewers).
0 commit comments