honeysql/test/honey/sql/helpers_test.cljc
2020-09-28 20:45:43 -07:00

6 lines
254 B
Clojure

;; copyright (c) sean corfield, all rights reserved
(ns honey.sql.helpers-test
(:require #?(:clj [clojure.test :refer [deftest is testing]]
:cljs [cljs.test :refer-macros [deftest is testing]])
[honey.sql.helpers :as sut]))