UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
nodejs-mongodb-angularjs-web-development
/
node_modules
/
basic-auth-connect
/
Makefile
8 lines
(6 loc)
•
116 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
BIN = ./node_modules/.bin/
test:
@NODE_ENV=test
$(BIN)
mocha \ --require should \ --reporter spec
.PHONY
: test