diff --git a/test/cljs/reitit/frontend/core_test.cljs b/test/cljs/reitit/frontend/core_test.cljs index 559da199..0fe6ec31 100644 --- a/test/cljs/reitit/frontend/core_test.cljs +++ b/test/cljs/reitit/frontend/core_test.cljs @@ -299,16 +299,6 @@ (is (= "foo#foo+bar+%25" (rf/match->path {:path "foo"} nil "foo bar %"))))) -(defn instant->string - [x] - (str "x" (.toISOString x))) - -(defn string->instant - [x] - (if (string? x) - (js/Date. (subs x 1 (count x))) - x)) - (deftest match->path-coercion-test (testing "default keyword to string" (is (str/starts-with?