We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3247f99 commit 307172dCopy full SHA for 307172d
Makefile
@@ -25,6 +25,8 @@ TESTS = ./tests/help/index.test.js \
25
./tests/setup.test.js
26
27
tests:
28
+ @bower cache clean
29
+ @npm cache clean
30
@./node_modules/mocha/bin/mocha --no-timeouts --globals setImmediate,clearImmediate --check-leaks --colors -t 0 -b --reporter ${REPORTER} ${TESTS}
31
32
test: tests
0 commit comments