Skip to main content

run-tests

macrov1.7

cljs.test/run-tests

Available in:BBCLJCLJS
(run-tests [] [env-or-ns] [env-or-ns & namespaces])
Runs all tests in the given namespaces; prints results. Defaults to current namespace if none given. Does not return a meaningful value due to the possiblity of asynchronous execution. To detect test completion add a :end-run-tests method case to the cljs.test/report multimethod.

No examples yet. Be the first to add one!