mentat/test/datomish/test.cljs

8 lines
217 B
Text
Raw Normal View History

(ns datomish.test
(:require
[doo.runner :refer-macros [doo-tests doo-all-tests]]
[cljs.test :as t :refer-macros [is are deftest testing]]
datomish.test-macros-test))
(doo-tests 'datomish.test-macros-test)