mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
fix tests
This commit is contained in:
parent
1923f2d08e
commit
15c12dfb83
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@
|
||||||
[reitit.ring.coercion :as rrc]
|
[reitit.ring.coercion :as rrc]
|
||||||
[reitit.coercion.spec :as spec]
|
[reitit.coercion.spec :as spec]
|
||||||
[reitit.coercion.schema :as schema]
|
[reitit.coercion.schema :as schema]
|
||||||
#?(:clj
|
#?@(:clj [
|
||||||
[muuntaja.middleware])
|
[muuntaja.middleware]
|
||||||
[jsonista.core :as j])
|
[jsonista.core :as j]]))
|
||||||
#?(:clj
|
#?(:clj
|
||||||
(:import (clojure.lang ExceptionInfo)
|
(:import (clojure.lang ExceptionInfo)
|
||||||
(java.io ByteArrayInputStream))))
|
(java.io ByteArrayInputStream))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue