Skip to content

Commit 1295cde

Browse files
committed
wip
1 parent 4948ae8 commit 1295cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/nextjournal/clerk/analyzer2_test.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ 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+
;; TODO: FIXME this test causes viewer tests to fail afterwards, perhaps due to reloading
365+
(testing "should establish dependencies across files"
365366
(let [{:keys [graph]} (analyze-string (slurp "src/nextjournal/clerk.clj"))]
366367
(is (dep/depends? graph 'nextjournal.clerk/show! 'nextjournal.clerk.analyzer/hash)))))
367368

0 commit comments

Comments
 (0)