projects
/
platform
/
framework
/
web
/
wrtjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SignalingServer] Optimize dependent modules
[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