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
Examples
No examples yet. Be the first to add one!