Files
moviedb/Makefile
2015-11-20 15:13:32 -08:00

4 lines
64 B
Makefile

test:
./node_modules/.bin/mocha --reporter spec
.PHONY: test