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 "\"" "")
|
||||||
(s-replace "\\n" "\n")))))
|
(s-replace "\\n" "\n")))))
|
||||||
nil nil nil)))
|
nil nil nil)))
|
||||||
('clj (cider-test-run-ns-tests))))
|
('clj
|
||||||
|
(funcall-interactively
|
||||||
|
#'cider-test-run-ns-tests
|
||||||
|
nil))))
|
||||||
|
|
||||||
(defun cider-copy-last-result ()
|
(defun cider-copy-last-result ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue