jquery / jquery

jQuery JavaScript Library
https://jquery.com
MIT License
58.93k stars 20.62k forks source link

Tests: add actual and expected messages to test reporter #5444

Closed timmywil closed 2 months ago

timmywil commented 2 months ago

Summary

3.x version of #5443

Add the actual and expected messages to the reporter.

Also, I realized that test.errors contained all the failed assertions and test.assertions contained only passed ones, so I was able to clean up that code a bit.

Checklist