lambdaisland / kaocha-cljs

ClojureScript support for Kaocha
Eclipse Public License 1.0
40 stars 10 forks source link

Support for fixtures #10

Closed plexus closed 5 years ago

plexus commented 5 years ago

Make sure there is proper support for cljs.test/use-fixtures.

The goal for now is to support :each and :once fixtures provided as a {:before ... :after ...} map, not to support fixtures as functions (clojure.test style).

This work is funded by Nextjournal.

plexus commented 5 years ago

@kommen this should all work now in 0.0-29, including using (async ...) inside fixtures.