lambdaisland / kaocha-cljs2

Run ClojureScript tests from Kaocha (major rewrite)
Mozilla Public License 2.0
26 stars 10 forks source link

Add missing argument to wait-for-clients #3

Closed royalaid closed 4 years ago

royalaid commented 4 years ago

It appears that the call for wait-for-clients was missing an argument being passed to it, this should correctly accept and pass down that param.

plexus commented 4 years ago

Thanks!