summaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/express/node_modules/cookie-signature/Makefile
blob: 4e9c8d36ebcd2f63843cf5a534e4db3459b2d637 (plain)
1
2
3
4
5
6
7
test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec

.PHONY: test