We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0c593 commit ddc477bCopy full SHA for ddc477b
bin/node
@@ -3,7 +3,7 @@
3
set -eo pipefail
4
5
echo 'Running CLJS test in Node with optimizations :none'
6
-clojure -A:test:cljs-test-runner -c '{:optimizations :none, :preloads [sci.core]}' $@
+clojure -A:test:cljs-test-runner -c '{:optimizations :none, :preloads [sci.core]}' "$@"
7
8
echo 'Running CLJS test in Node with optimizations :advanced'
9
-clojure -A:test:cljs-test-runner -c '{:optimizations :advanced, :preloads [sci.core]}' $@
+clojure -A:test:cljs-test-runner -c '{:optimizations :advanced, :preloads [sci.core]}' "$@"
0 commit comments