Variable: cider-test--current-repl
cider-test--current-repl is a variable defined in cider-test.el.
Value
nil
Documentation
Contains the reference to the REPL where the tests were last invoked from.
This is needed for *cider-test-report* navigation to work against the correct REPL session.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defvar cider-test--current-repl nil
"Contains the reference to the REPL where the tests were last invoked from.
This is needed for *cider-test-report* navigation
to work against the correct REPL session.")