Skip to content

Commit 362689b

Browse files
committed
Add fast test watch command
1 parent 7db8093 commit 362689b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@ test:
6262
test-fast: $(shell find {src,examples} -name '*-test.js')
6363
@ mocha -R dot --compilers js:babel/register $^
6464

65+
test-fast-watch: $(shell find {src,examples} -name '*-test.js')
66+
@ mocha -R dot --compilers js:babel/register $^ -w
67+
6568
test-watch:
6669
NODE_ENV=test karma start

0 commit comments

Comments
 (0)