Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 19a32c6

Browse files
committed
Use "test-refresh" throughout.
1 parent 2e703fc commit 19a32c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install: echo-clj clj-install echo-npm npm-install
77
outdated: install clj-outdated npm-outdated
88
release: install test bin test-bin
99
repl: install shadow-cljs-repl-app
10-
test-refresh: install shadow-cljs-watch-test-autorun
10+
test-refresh: install shadow-cljs-watch-test-refresh
1111
test: install echo-testing shadow-cljs-test
1212

1313
# 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
6060
shadow-cljs-%-test:
6161
@./node_modules/.bin/shadow-cljs --force-spawn $* test -A:test
6262

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
6565

6666
pkg:
6767
@echo "building binaries ..."

shadow-cljs.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:test {:ns-regexp "\\.unit\\."
66
:output-to "target/test.js"
77
:target :node-test}
8-
:test-autorun {:autorun true
8+
:test-refresh {:autorun true
99
:ns-regexp "\\.unit\\."
10-
:output-to "target/test-autorun.js"
10+
:output-to "target/test-refresh.js"
1111
:target :node-test}}}

0 commit comments

Comments
 (0)