Liking cljdoc? Tell your friends :D

doo.runner


*exit-fn*cljs

source

count-testsclj

(count-tests namespaces)
source

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.
sourceraw docstring

doo-testscljmacro

(doo-tests & namespaces)
source

exit!cljs

(exit! success?)
source

karma?cljs

(karma?)
source

run!cljs

(run! a)
source

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
sourceraw 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?
sourceraw docstring

set-print-fn!cljs

(set-print-fn! f)
source

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

× close