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

9 lines
278 B
Clojure
Raw Normal View History

;; copyright (c) 2019 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)