mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Fix tests (add missing require)
This commit is contained in:
parent
399ceca7bb
commit
52a476c661
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
(ns cljdoc.reaper
|
||||
(:require [clojure.java.io :as io]
|
||||
[clojure.pprint :as pprint]
|
||||
[clojure.string :as str]))
|
||||
|
||||
(defn reap! []
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
'metosin/reitit-frontend
|
||||
'metosin/reitit-middleware]
|
||||
:cljdoc.doc/tree docs}]
|
||||
(spit "doc/cljdoc.edn" (with-out-str (clojure.pprint/pprint data)))))
|
||||
(spit "doc/cljdoc.edn" (with-out-str (pprint/pprint data)))))
|
||||
|
||||
(comment
|
||||
(reap!))
|
||||
|
|
|
|||
Loading…
Reference in a new issue