(i.e., working on test.check itself)
test.check runs in both jvm-clojure and clojurescript, so testing comprehensively requires several steps:
lein test
to run the JVM tests (requires Leiningen)lein cljsbuild once
to run the ClojureScript tests (also requires node.js)test-runners/run_tests_dev.html
and test-runners/run_tests_adv.html
and watch the
javascript console for outputscript/test-self-host
to run the self-hosted ClojureScript tests (also requires node.js)Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close