next-jdbc/test/next/jdbc/transaction_test.clj

9 lines
283 B
Clojure
Raw Normal View History

2020-01-01 21:13:41 +00:00
;; copyright (c) 2019-2020 Sean Corfield, all rights reserved
(ns next.jdbc.transaction-test
"Stub test namespace for transaction handling."
(:require [clojure.test :refer [deftest is testing]]
[next.jdbc.transaction :refer :all]))
(set! *warn-on-reflection* true)