Function: cider-test-menu--run-loaded

cider-test-menu--run-loaded is an interactive and byte-compiled function defined in cider-test.el.

Signature

(cider-test-menu--run-loaded ARG1)

Documentation

Run the loaded namespaces' tests, applying the menu's selector ARGS.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-test.el
(transient-define-suffix cider-test-menu--run-loaded (args)
  "Run the loaded namespaces' tests, applying the menu's selector ARGS."
  (interactive (list (transient-args 'cider-test-menu)))
  (cider-test-menu--apply-args args (lambda () (cider-test-run-loaded-tests nil))))