devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
johanatan 2020-11-05T18:54:25.001700Z

does anybody understand how the following `deftest` (defined in a .clj file) is being run in this example project? the readme is woefully incomplete on this aspect of it. https://github.com/oliyh/kamera/blob/master/example/test/example/kamera_test.clj#L5 https://github.com/oliyh/kamera/blob/master/example/test/example/kamera_test.clj#L5

(deftest devcards-test
https://github.com/oliyh/kamera  I tried following this setup and my cljs test environment (w/ figwheel main & tools.deps) just ignores that file/test