i4way-dash/.svn/pristine/c9/c9af8db10115819adb46ada2100...

15 lines
196 B
Plaintext

REPORTER = dot
test:
@./node_modules/.bin/mocha \
--require ./test/common \
--reporter $(REPORTER) \
--growl \
test/expect.js
test-browser:
@./node_modules/.bin/serve .
.PHONY: test