next-jdbc/test/next/jdbc/transaction_test.clj
2020-01-01 13:13:41 -08:00

8 lines
283 B
Clojure

;; 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)