babashka/test-resources/lib_tests/exoscale/coax_cljs_test_runner.cljs
Gabriel Horner 3a30a11c1f
Add more library tests (#1114)
* Add environ and table tests

Also allow for directory option and fix nasty nil test-dir bug

* Add 7 libraries via add-libtest.clj

Added :branch option and saved additional info to bb-tested-libs.edn to
reproduce test fetching later

* Disable intermittent failing test
2021-12-22 21:27:29 +01:00

5 lines
154 B
Clojure

(ns exoscale.coax.cljs-test-runner
(:require [doo.runner :refer-macros [doo-tests]]
[exoscale.coax-test]))
(doo-tests 'exoscale.coax-test)