We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e312674 commit 3567cc0Copy full SHA for 3567cc0
src/test/clojure/cljs/module_graph_tests.clj
@@ -76,7 +76,8 @@
76
(deftest test-entry-deps
77
(let [inputs (module-graph/index-inputs (inputs opts))]
78
(is (= (module-graph/deps-for-entry "page2.a" inputs)
79
- ["cljs.core" "events" "shared.a"]))))
+ ["cljs.core" "events" "shared.a"]))
80
+ (is (some #{"shared.a"} (module-graph/deps-for-entry "page1.a" inputs)))))
81
82
(deftest test-canonical-name
83
(let [ins (module-graph/index-inputs (inputs opts))]
0 commit comments