Skip to main content

empty-env

functionv1.7

cljs.test/empty-env

(empty-env [] [reporter])
Generates a testing environment with a reporter. (empty-env) - uses the :cljs.test/default reporter. (empty-env :cljs.test/pprint) - pretty prints all data structures. (empty-env reporter) - uses a reporter of your choosing. To create your own reporter see cljs.test/report

No examples yet. Be the first to add one!