We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4948ae8 commit 1295cdeCopy full SHA for 1295cde
test/nextjournal/clerk/analyzer2_test.clj
@@ -361,7 +361,8 @@ my-uuid")]
361
(is (empty? (ana/unhashed-deps ->analysis-info)))
362
(is (match? {:jar string?} (->analysis-info 'weavejester.dependency/graph)))))
363
364
- #_(testing "should establish dependencies across files"
+ ;; TODO: FIXME this test causes viewer tests to fail afterwards, perhaps due to reloading
365
+ (testing "should establish dependencies across files"
366
(let [{:keys [graph]} (analyze-string (slurp "src/nextjournal/clerk.clj"))]
367
(is (dep/depends? graph 'nextjournal.clerk/show! 'nextjournal.clerk.analyzer/hash)))))
368
0 commit comments