aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/delegates/Makefile
blob: a9dcfd50dbdb227343ca0ca3193d78d135e4298d (plain) (blame)
1
2
3
4
5
6
7
8
test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec \
		--bail

.PHONY: test