Skip to content

Commit 0e31a09

Browse files
committed
fix broken test from last commit
1 parent c2f5aba commit 0e31a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/clojure/cljs/build_api_tests.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@
469469
{:keys [inputs opts]} {:inputs (str (io/file "src" "test" "cljs_build"))
470470
:opts {:main 'node-modules-opt-test.core
471471
:output-dir out
472+
:npm-deps true
472473
:optimizations :none
473474
:closure-warnings {:check-types :off}}}
474475
cenv (env/default-compiler-env opts)]

0 commit comments

Comments
 (0)