Fork me on GitHub
#emacs
<
2018-09-25
>
Macroz11:09:15

cider-test-run-ns-tests doesn't support ClojureScript?

vemv12:09:02

In case you appreciate the workaround, I normally send

(concat "(cljs.test/run-tests '" (cider-current-ns) ")")
to the repl with a shortcut

Macroz12:09:42

so what is help needed?

Macroz12:09:22

maybe this should be on cider

g18:09:34

is there any way to get the REPL's test definitions of a namespace to reflect what's saved in the buffer?

g18:09:47

for example, i've defined two tests .. but now i've removed one, and i'd like it to not be run anymore

g18:09:12

actually, bleh. this is probably also a cider question

bostonaholic19:09:26

you could use ns-unmap manually

g20:09:22

thanks!