Liking cljdoc? Tell your friends :D

cljs-test.macros

Simple Test library for ClojureScript. Runs each deftest after declaration and prints test statistics to console

TODO: Handle async tests (defasynctest) which take completion callback TODO: Handle detecting tests have finished in phantom case and exit with return value TODO: Provide HTML scaffold to pretty display test results in browser

Simple Test library for ClojureScript. Runs each deftest after declaration and prints test statistics to console

TODO: Handle async tests (defasynctest) which take completion callback
TODO: Handle detecting tests have finished in phantom case and exit with return value
TODO: Provide HTML scaffold to pretty display test results in browser
raw docstring

deftestcljmacro

(deftest nm & body)
source

iscljmacro

(is expr)
(is expr msg)
source

is=cljmacro

(is= a b)
(is= a b msg)
source

read-cljcljmacro

(read-clj f)

read clojure literal which is valid cljs

read clojure literal which is valid cljs
sourceraw docstring

read-jsoncljmacro

(read-json f)

read json from classpath, useful for test resources

read json from classpath, useful for test resources
sourceraw docstring

safe-evalcljmacro

(safe-eval expr)
source

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

× close