next-jdbc/test/next/jdbc/specs_test.clj
Sean Corfield 0d7d58fece
migrate test suite to lazytest
no longer tests against clojure 1.10 (issue created)

Signed-off-by: Sean Corfield <sean@corfield.org>
2025-03-07 17:31:13 -08:00

10 lines
301 B
Clojure

;; copyright (c) 2019-2025 Sean Corfield, all rights reserved
(ns next.jdbc.specs-test
"Stub test namespace for the specs.
The specs are used (and 'tested') as part of the tests for the
next.jdbc and next.jdbc.sql namespaces."
(:require [next.jdbc.specs]))
(set! *warn-on-reflection* true)