honeysql/test/honeysql/test.cljs

10 lines
249 B
Text
Raw Normal View History

2016-07-08 23:33:25 +00:00
(ns honeysql.test
(:require
[doo.runner :refer-macros [doo-tests]]
[cljs.test :as t :refer-macros [is are deftest testing]]
honeysql.core-test
honeysql.format-test))
(doo-tests 'honeysql.core-test
'honeysql.format-test)