This repository was archived by the owner on Nov 3, 2021. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ install: echo-clj clj-install echo-npm npm-install
7
7
outdated : install clj-outdated npm-outdated
8
8
release : install test bin test-bin
9
9
repl : install shadow-cljs-repl-app
10
- test-refresh : install shadow-cljs-watch-test-autorun
10
+ test-refresh : install shadow-cljs-watch-test-refresh
11
11
test : install echo-testing shadow-cljs-test
12
12
13
13
# Build a binary for FreeBSD using `make release-for-os` on a FreeBSD system.
@@ -60,8 +60,8 @@ shadow-cljs-test: shadow-cljs-compile-test
60
60
shadow-cljs-% -test :
61
61
@./node_modules/.bin/shadow-cljs --force-spawn $* test -A:test
62
62
63
- shadow-cljs-% -test-autorun :
64
- @./node_modules/.bin/shadow-cljs --force-spawn $* test-autorun -A:test
63
+ shadow-cljs-% -test-refresh :
64
+ @./node_modules/.bin/shadow-cljs --force-spawn $* test-refresh -A:test
65
65
66
66
pkg :
67
67
@echo " building binaries ..."
Original file line number Diff line number Diff line change 5
5
:test {:ns-regexp " \\ .unit\\ ."
6
6
:output-to " target/test.js"
7
7
:target :node-test }
8
- :test-autorun {:autorun true
8
+ :test-refresh {:autorun true
9
9
:ns-regexp " \\ .unit\\ ."
10
- :output-to " target/test-autorun .js"
10
+ :output-to " target/test-refresh .js"
11
11
:target :node-test }}}
You can’t perform that action at this time.
0 commit comments