Skip to content

Commit 307172d

Browse files
committed
fix(tests): Be sure to clean the bower and npm caches before running tests
1 parent 3247f99 commit 307172d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ TESTS = ./tests/help/index.test.js \
2525
./tests/setup.test.js
2626

2727
tests:
28+
@bower cache clean
29+
@npm cache clean
2830
@./node_modules/mocha/bin/mocha --no-timeouts --globals setImmediate,clearImmediate --check-leaks --colors -t 0 -b --reporter ${REPORTER} ${TESTS}
2931

3032
test: tests

0 commit comments

Comments
 (0)