Variable: cider-test-report-buffer

cider-test-report-buffer is a variable defined in cider-test.el.

Value

"*cider-test-report*"

Documentation

Buffer name in which to display test reports.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defconst cider-test-report-buffer "*cider-test-report*"
  "Buffer name in which to display test reports.")