run-block
functionv1.7
cljs.test/run-block
(run-block [fns])Invoke all functions in fns with no arguments. A fn can optionally
return
an async test - is invoked with a continuation running left fns
a seq of fns tagged per block - are invoked immediately after fn
Examples
No examples yet. Be the first to add one!