
test:
	./node_modules/.bin/mocha test/test.js

test-browser:
	./node_modules/.bin/serve test/

.PHONY: test
