We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e962ec0 commit 2a413d4Copy full SHA for 2a413d4
src/main/cljs/cljs/test.clj
@@ -281,7 +281,10 @@
281
282
(defmacro run-tests
283
"Runs all tests in the given namespaces; prints results.
284
- Defaults to current namespace if none given."
+ Defaults to current namespace if none given. Does not return a meaningful
285
+ value due to the possiblity of asynchronous execution. To detect test
286
+ completion add a :end-run-tests method case to the cljs.test/report
287
+ multimethod."
288
([] `(run-tests (cljs.test/empty-env) '~ana/*cljs-ns*))
289
([env-or-ns]
290
(if (ns? env-or-ns)
0 commit comments