[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / arraybuffer.slice / Makefile
1
2 REPORTER = dot
3
4 test:
5         @./node_modules/.bin/mocha \
6                 --reporter $(REPORTER)
7
8 .PHONY: test