This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-17
Channels
- # announcements (13)
- # beginners (56)
- # brompton (1)
- # cider (2)
- # cljsrn (10)
- # clojure (369)
- # clojure-australia (4)
- # clojure-boston (1)
- # clojure-europe (28)
- # clojure-nl (1)
- # clojure-spec (1)
- # clojure-uk (18)
- # clojurescript (26)
- # data-science (2)
- # datahike (4)
- # datalog (2)
- # datasplash (6)
- # datomic (9)
- # events (1)
- # kaocha (4)
- # macro (1)
- # malli (22)
- # meander (40)
- # membrane (30)
- # music (1)
- # nbb (3)
- # news-and-articles (3)
- # off-topic (12)
- # practicalli (1)
- # re-frame (19)
- # remote-jobs (1)
- # sci (22)
- # shadow-cljs (15)
- # spacemacs (4)
- # tools-deps (40)
- # xtdb (26)
Hi there, I cannot make the watch mode work in the repl...I am using this
(kaocha/run 'myset.view-models-test {:watch? true :fail-fast? true})
Am I doing it wrong?
Sorry I didn't see this sooner. It seems like that should work. You can try :kaocha/watch?
instead. It may be that the namespace isn't being added like it would in a tests.edn
file.
Ok let me try that - the test was taken into consideration cause I can run it without watching it
tried (k/run *ns* {:kaocha/watch? true})
and no, it is not watching...please let me know if you want me to try something else 😄