-
-
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
Collapse big diffs by default #1726
Comments
a couple of thoughts:
|
👍 If use with in watch mode |
@cpojer I wonder if something like this would suffice? |
@thymikee yeah that looks great! Why |
Yeah I think this is nice! Are you going to send us a PR? :) |
I think we should keep 4 lines of context at least. |
Sure, done! |
We'll continue the conversation in the PR. |
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. |
Both for snapshots and regular diffs in other matchers, the diffs often get unwieldy and huge. Let's find a good heuristic to collapse unimportant info by default and add an
-e
(--expand
) flag to print the full diff. It should be intentionally different from--verbose
.Proposed heuristic:
The text was updated successfully, but these errors were encountered: