From 5d0305e8f284fe9ce0ec47325a6fd56508ce65f4 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Sun, 28 Aug 2016 01:50:33 -0400 Subject: Integrated socketst.io and setup the notification function --- node_modules/socket.io/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 node_modules/socket.io/Makefile (limited to 'node_modules/socket.io/Makefile') diff --git a/node_modules/socket.io/Makefile b/node_modules/socket.io/Makefile new file mode 100644 index 0000000..4acf1e5 --- /dev/null +++ b/node_modules/socket.io/Makefile @@ -0,0 +1,15 @@ + +REPORTER = dot + +test: + @./node_modules/.bin/mocha \ + --reporter $(REPORTER) \ + --slow 200ms \ + --bail + +test-cov: + @./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- \ + --reporter $(REPORTER) \ + test/ + +.PHONY: test -- cgit v1.2.3