(run-once-fixtures {:kaocha.type.cljs/keys [queue timeout eval]}
ns
before-or-after)
(run-test {:kaocha.type.cljs/keys [test eval queue timeout]
testable-meta :kaocha.testable/meta})
(try-all & forms)
Run all forms, even if a previous form throws an error. Good for cleanup. If any of the forms throws then the last exception will be re-thrown.
Run all forms, even if a previous form throws an error. Good for cleanup. If any of the forms throws then the last exception will be re-thrown.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close