Skip to content

Commit 7ef8fd9

Browse files
committed
fix test for last commit
1 parent 82fda4a commit 7ef8fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/cljs/build_api_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
(test/delete-node-modules)
291291
(spit (io/file "package.json") "{}")
292292
(let [cenv (env/default-compiler-env)
293-
out (.getPath (io/file "test-out" #_(test/tmp-dir) "npm-deps-test-out"))
293+
out (.getPath (io/file (test/tmp-dir) "npm-deps-test-out"))
294294
{:keys [inputs opts]} {:inputs (str (io/file "src" "test" "cljs_build"))
295295
:opts {:main 'npm-deps-test.invoke
296296
:output-dir out

0 commit comments

Comments
 (0)