com.lambdaisland
as well lambdaisland
, see https://github.com/lambdaisland/open-source/issues/9lambdaisland
group ad
1.0.107. The canonical version going forward is under com.lambdaisland
.:closure-defines
:kaocha.testable/wrap
, and thus :kaocha.hooks/wrap-run
, which fixes
support for output capturing. This work is funded by
Nextjournal.kaocha.type.cljs/*debug*
var can be set to see what kaocha-cljs is doing
(use :bindings {kaocha.type.cljs/*debug* true}
in tests.edn
)cljs.test/use-fixtures
. It still only supports the map
version, i.e. (use-fixtures :once {:before ... :after ...})
, but should run
both :once
, and :each
fixtures, honoring uses of async
in the fixture
functions. This work is funded by Nextjournal.cljs.test/async
.cljs.test/use-fixtures
. Currently both :each
and :once
fixtures are treated as :each
fixtures, so they run before/after each test var.Can you improve this documentation? These fine people already did:
Arne Brasseur, Alys Brooks, Stel Abrego, A Brooks & Miikka KoskinenEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close