File "Makefile"
Full Path: /home/cananyalcin/public_html/vendors/parsleyjs/bower_components/expect.js/Makefile
File size: 196 bytes
MIME-type: text/plain
Charset: utf-8
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--require ./test/common \
--reporter $(REPORTER) \
--growl \
test/expect.js
test-browser:
@./node_modules/.bin/serve .
.PHONY: test