Fix run-tests snippet

cider-test-run-ns-tests needs to be called interactively
This commit is contained in:
Griffin Smith 2020-05-26 10:28:24 -04:00
parent 723ff591ee
commit 77f6ed2206

View file

@ -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)