Liking cljdoc? Tell your friends :D

doo.runner


*exit-fn*cljs


count-testsclj

(count-tests namespaces)

doo-all-testscljmacro

(doo-all-tests)
(doo-all-tests re)

Runs all tests in all namespaces; prints results. Optional argument is a regular expression; only namespaces with names matching the regular expression (with re-matches) will be tested.

Runs all tests in all namespaces; prints results.
Optional argument is a regular expression; only namespaces with
names matching the regular expression (with re-matches) will be
tested.
raw docstring

doo-testscljmacro

(doo-tests & namespaces)

exit!cljs

(exit! success?)

karma?cljs

(karma?)

run!cljs

(run! a)

set-entry-point!cljs

(set-entry-point! f)

Sets the function to be run when starting the script

Sets the function to be run when starting the script
raw docstring

set-exit-point!cljs

(set-exit-point! f)

Sets the fn to be called when exiting the script. It should take one bool argument: successful?

Sets the fn to be called when exiting the script.
It should take one bool argument: successful?
raw docstring

set-print-fn!cljs

(set-print-fn! f)

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

× close