(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |