(repl-test & forms)A top level macro to wrap your test assertions.
Example:
(repl-test "testing addition"
(reduce + (range 1000)) => 499500)
A top level macro to wrap your test assertions. Example: ``` clojure (repl-test "testing addition" (reduce + (range 1000)) => 499500) ```
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |