Skip to content

Commit 14a837e

Browse files
committed
are tests still failing
1 parent 5171b13 commit 14a837e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/nextjournal/clerk/analyzer2_test.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ 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

@@ -375,7 +375,6 @@ my-uuid")]
375375
(is (dep/depends? (:graph analyzed)
376376
'nextjournal.clerk.analyzer-test.graph-nodes/some-dependent-var
377377
'nextjournal.clerk.git/read-git-attrs))
378-
#_ FIXME
379378
(is (not (contains? (dep/nodes (:graph analyzed))
380379
'nextjournal.clerk.fixtures.dep-a/some-function-with-defs-inside)))
381380

0 commit comments

Comments
 (0)