Fix run-tests snippet
cider-test-run-ns-tests needs to be called interactively
This commit is contained in:
parent
723ff591ee
commit
77f6ed2206
1 changed files with 4 additions and 1 deletions
|
@ -1228,7 +1228,10 @@ If invoked with a prefix ARG eval the expression after inserting it"
|
|||
(s-replace "\"" "")
|
||||
(s-replace "\\n" "\n")))))
|
||||
nil nil nil)))
|
||||
('clj (cider-test-run-ns-tests))))
|
||||
('clj
|
||||
(funcall-interactively
|
||||
#'cider-test-run-ns-tests
|
||||
nil))))
|
||||
|
||||
(defun cider-copy-last-result ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue