From 5f797ccd38e40216c9873e1bcf4ef87893a30d7f Mon Sep 17 00:00:00 2001 From: liquidz Date: Sun, 17 Nov 2024 06:30:37 +0900 Subject: [PATCH] chore: Add function schema to cycle-function-and-test --- src/elin/handler/navigate.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/elin/handler/navigate.clj b/src/elin/handler/navigate.clj index eb02da5..9c89173 100644 --- a/src/elin/handler/navigate.clj +++ b/src/elin/handler/navigate.clj @@ -90,6 +90,7 @@ {:ns ns-str :path ns-path :file-separator file-sep})] (e.u.handler/jump-to-file-response cycled-path))) +(m/=> cycle-function-and-test [:=> [:cat e.s.handler/?Elin] e.s.handler/?JumpToFile]) (defn cycle-function-and-test [elin] (e/let [{:keys [template]} (e.u.handler/config elin #'cycle-function-and-test)