wallet-core/Makefile
Florian Dold eeaa2c11ee Squashed 'thirdparty/jed/' content from commit 28c014f
git-subtree-dir: thirdparty/jed
git-subtree-split: 28c014f0557d8718733182817e0e90086149a765
2016-10-04 11:55:31 +02:00

14 lines
192 B
Makefile

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