Files
zoff/server/node_modules/express/node_modules/cookie-signature/Makefile

7 lines
89 B
Makefile
Executable File

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