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
fix: report test assertion line on exception (#729)
Currently, when a clojure test assertion fails with an exception, the
:line reported is for the start of the test function.
This changes the reported line to the first line of any function within
the test function.
0 commit comments