Liking cljdoc? Tell your friends :D

kaocha.type.cljs


*debug*clj

source

default-queue-handlersclj

source

file->ns-nameclj

(file->ns-name f)
source

file-relativeclj

(file-relative file)
source

find-cljs-sources-in-dirsclj

(find-cljs-sources-in-dirs paths)
source

log-levelcljs

source

ns-testableclj

(ns-testable ns-sym ns-file)
source

queue-consumerclj

(queue-consumer {:keys [queue timeout handlers result]})
source

root-log-levelcljs

source

run-once-fixturesclj

(run-once-fixtures {:kaocha.type.cljs/keys [queue timeout eval]}
                   ns
                   before-or-after)
source

run-testclj

(run-test {:kaocha.type.cljs/keys [test eval queue timeout]})
source

test-testableclj

(test-testable test-name meta)
source

try-allcljmacro

(try-all & forms)

Run all forms, even if a previous form throws an error. Good for cleanup. If any of the forms throws then the last exception will be re-thrown.

Run all forms, even if a previous form throws an error. Good for cleanup. If
any of the forms throws then the last exception will be re-thrown.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close