This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-26
Channels
- # asami (5)
- # babashka (9)
- # beginners (19)
- # calva (14)
- # cider (13)
- # clj-kondo (9)
- # cljfx (2)
- # clojure (51)
- # clojure-bay-area (1)
- # clojure-europe (26)
- # clojurescript (23)
- # code-reviews (7)
- # core-async (1)
- # datahike (4)
- # datalevin (3)
- # emacs (2)
- # kaocha (2)
- # malli (6)
- # nrepl (3)
- # polylith (3)
- # re-frame (15)
- # reveal (1)
- # shadow-cljs (13)
- # tools-deps (6)
Hi there, we have got some custom hook that has to run for each test and we are using pre-test
for that.
There is a problem though when I run the tests in isolation with `./bin/kaocha --fail-fast --watch --focus 'com.company.my-ns/test'
I basically always detect that the testable
in input is never a leaf, and I cannot run my pre-test code...is there another way to focus on a test leaf?
Never mind, the test is actually working fine.
Never mind, the test is actually working fine.