mirror of
https://github.com/arnaucube/comunicationLeap.git
synced 2026-02-07 11:26:43 +01:00
nodejs with express server, leapmotion for movement control, and threejs for 3d render
This commit is contained in:
11
node_modules/socket.io-parser/Makefile
generated
vendored
Normal file
11
node_modules/socket.io-parser/Makefile
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
REPORTER = dot
|
||||
|
||||
test:
|
||||
@./node_modules/.bin/mocha \
|
||||
--reporter $(REPORTER) \
|
||||
--bail \
|
||||
test/index.js
|
||||
@./node_modules/.bin/zuul -- test/index.js
|
||||
|
||||
.PHONY: test
|
||||
Reference in New Issue
Block a user