Files
DemoApp/node_modules/qs/Makefile

6 lines
61 B
Makefile

test:
@./node_modules/.bin/mocha \
--ui bdd
.PHONY: test