File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ my-uuid")]
352352(def a (str \" boom \" b))" ))))
353353
354354
355- #_ (deftest build-graph
355+ (deftest build-graph
356356 (testing " should have no unhashed deps for clojure.set"
357357 (is (empty? (-> " (ns foo (:require [clojure.set :as set])) (set/union #{1} #{2})" analyze-string :->analysis-info ana/unhashed-deps))))
358358
@@ -361,11 +361,11 @@ my-uuid")]
361361 (is (empty? (ana/unhashed-deps ->analysis-info)))
362362 (is (match? {:jar string?} (->analysis-info 'weavejester.dependency/graph)))))
363363
364- (testing " should establish dependencies across files"
364+ # _ (testing " should establish dependencies across files"
365365 (let [{:keys [graph]} (analyze-string (slurp " src/nextjournal/clerk.clj" ))]
366366 (is (dep/depends? graph 'nextjournal.clerk/show! 'nextjournal.clerk.analyzer/hash)))))
367367
368- #_ (deftest graph-nodes-with-anonymous-ids
368+ (deftest graph-nodes-with-anonymous-ids
369369 (testing " nodes with \" anonymous ids\" from dependencies in foreign files respect graph dependencies"
370370
371371 (def analyzed (analyze-string " (ns nextjournal.clerk.analyzer-test.graph-nodes
You can’t perform that action at this time.
0 commit comments