aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth-connect/Makefile
blob: a450a16f3e314a4148667f0d1f4e47194641a192 (plain)
1
2
3
4
5
6
7
8
BIN = ./node_modules/.bin/

test:
	@NODE_ENV=test $(BIN)mocha \
		--require should \
		--reporter spec

.PHONY: test