crisptrutski / boot-cljs-test

Boot task to run ClojureScript tests.
53 stars 18 forks source link

Recipe on how to mock up some global JS functions before running tests #79

Open binarykitchen opened 6 years ago

binarykitchen commented 6 years ago

I'm missing a recipe, or an example, on how to mock up global JS functions. This before running tests. Most test frameworks offer a pre + post task after running tests. How can we do this with boot-cljs-test best?

Thanks

binarykitchen commented 6 years ago

In addition to the above, is there also a recipe on how to load external JS files before running tests?

binarykitchen commented 6 years ago

Ping?