Skip to content

Instantly share code, notes, and snippets.

@noprompt
Created February 11, 2014 22:40
Show Gist options
  • Save noprompt/8945759 to your computer and use it in GitHub Desktop.
Save noprompt/8945759 to your computer and use it in GitHub Desktop.
(defn do-tests []
(when (seq @cemerick.cljs.test/registered-tests)
(cemerick.cljs.test/run-tests)
(reset! cemerick.cljs.test/registered-tests {})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment