Function: cider-test-previous-result
cider-test-previous-result is an interactive and byte-compiled
function defined in cider-test.el.
Signature
(cider-test-previous-result)
Documentation
Move point to the previous test result, if one exists.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-test.el
(defun cider-test-previous-result ()
"Move point to the previous test result, if one exists."
(interactive)
(cider-test--move-to-result #'previous-single-property-change))