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
Currently when running a test through cider, any failures in a
`(is (match? ,,,))` clause will be silently ignores.
This detects mismatch messages and treats them as failure messages. Where there
is a mismatch the user will see a {:expected x :actual y} in the test output.
0 commit comments