mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Cleanup
This commit is contained in:
parent
3e3f728c4e
commit
853b7ac24b
2 changed files with 2 additions and 3 deletions
|
|
@ -22,7 +22,6 @@
|
|||
:jvm-opts ^:replace ["-server"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha17"]
|
||||
[org.clojure/clojurescript "1.9.660"]
|
||||
[cheshire "5.8.0"]
|
||||
[criterium "0.4.4"]
|
||||
[org.clojure/test.check "0.9.0"]
|
||||
[org.clojure/tools.namespace "0.2.11"]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
(ns reitit.core-test
|
||||
(:require [clojure.test :refer [deftest testing is]]
|
||||
[reitit.core :as reitit #?@(:cljs [:refer [Match LinearRouter LookupRouter]])])
|
||||
[reitit.core :as reitit #?@(:cljs [:refer [Match]])])
|
||||
#?(:clj
|
||||
(:import (reitit.core Match LinearRouter LookupRouter)
|
||||
(:import (reitit.core Match)
|
||||
(clojure.lang ExceptionInfo))))
|
||||
|
||||
(deftest reitit-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue