Files
socketioMEANseed/server/node_modules/backo2/Makefile
arnaucode 112745d6fa init
2017-02-03 08:56:51 +01:00

8 lines
99 B
Makefile

test:
@./node_modules/.bin/mocha \
--require should \
--reporter dot \
--bail
.PHONY: test