Welcome! Please see the About page for a little more info on how this works.

0 votes
in test.check by

4 Answers

0 votes
by

Comment made by: gfredericks

This ticket is a little unclear.

Is this about writing tests for interactive code in clojurescript?

0 votes
by
_Comment made by: illogical_

It’s about writing tests for asynchronous code in ClojureScript.
cljs.test has async macro.
https://github.com/clojure/clojurescript/wiki/Testing#async-testing
0 votes
by

Comment made by: gfredericks

Okay, I agree this is a missing feature. Implementing it requires analysis of how to hook into other testing frameworks though, since it can't just be a macro that wraps {{quick-check}}; {{quick-check}} itself will have to be re-implemented.

0 votes
by
Reference: https://clojure.atlassian.net/browse/TCHECK-128 (reported by alex+import)
...