We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db8093 commit 362689bCopy full SHA for 362689b
Makefile
@@ -62,5 +62,8 @@ test:
62
test-fast: $(shell find {src,examples} -name '*-test.js')
63
@ mocha -R dot --compilers js:babel/register $^
64
65
+test-fast-watch: $(shell find {src,examples} -name '*-test.js')
66
+ @ mocha -R dot --compilers js:babel/register $^ -w
67
+
68
test-watch:
69
NODE_ENV=test karma start
0 commit comments