babashka/test-resources/lib_tests/environ/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
141 B
Clojure

(ns environ.test.runner
(:require [doo.runner :refer-macros [doo-tests]]
[environ.core-test]))
(doo-tests 'environ.core-test)