sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.64k stars 771 forks source link

breaking: Limit assertion log to a reasonable default #2562

Closed fatso83 closed 3 weeks ago

fatso83 commented 11 months ago

Ref #2484 and #2485 we should set a default assertion log limit to limit Sinon's output. 10K characters was suggested in the original PR.

stale[bot] commented 9 months ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

fatso83 commented 3 weeks ago

We did end up changing it to 10k in that PR