(run-once-fixtures {:kaocha.type.cljs/keys [queue timeout eval]}
ns
before-or-after)
(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