• File: Makefile
  • Full Path: /home6/laduliya/mobile.digitalilab.com/delegates/Makefile
  • Date Modified: 12/14/2015 7:55 PM
  • File size: 100 bytes
  • MIME-type: text/plain
  • Charset: utf-8

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

.PHONY: test