* 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
5 lines
154 B
Clojure
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)
|