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 851000f commit b3670a6Copy full SHA for b3670a6
src/test/clojure/cljs/build_api_tests.clj
@@ -821,7 +821,7 @@
821
(deftest test-cljs-3346-as-alias
822
(testing "Test that using :as-alias does not load the namespace, and that
823
a namespace that does not exist on file can be used."
824
- (let [out (.getPath (io/file #_(test/tmp-dir) "cljs-3346-as-alias-out"))]
+ (let [out (.getPath (io/file (test/tmp-dir) "cljs-3346-as-alias-out"))]
825
(test/delete-out-files out)
826
(test/delete-node-modules)
827
(spit (io/file "package.json") "{}")
0 commit comments