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
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Consider following example :
It will fail with a message "Expected null not to match 'null'", which is not very helpful in determining whether
value1orvalue2was null.With macro, we can show a message like "Expected value1 to be different from 'null'" instead, and possibly with a matching line number as well.