(run-tests [] [env-or-ns] [env-or-ns & namespaces])Runs all tests in the given namespaces; prints results.
Defaults to current namespace if none given. Does not return a meaningful
value due to the possiblity of asynchronous execution. To detect test
completion add a :end-run-tests method case to the cljs.test/report
multimethod.
Examples
No examples yet. Be the first to add one!