Variable: cider-test-last-test-var
cider-test-last-test-var is a variable defined in cider-test.el.
Value
nil
Documentation
The var of the last test ran with cider-test-run-test.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defvar cider-test-last-test-var nil
"The var of the last test ran with `cider-test-run-test'.")