aboutsummaryrefslogtreecommitdiff
path: root/node_modules/socket.io/Makefile
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 12:46:04 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 12:46:04 +0000
commit7bee9b7e0968b650b3dbe2e35bf3a0d7d6e5e00e (patch)
tree4e63af46a6e306bfeac1ef4b8bd83e1b45a37257 /node_modules/socket.io/Makefile
parent6520aa92a114d65b17b178a952c8985e84afd231 (diff)
Removed some unused modules with prune
Diffstat (limited to 'node_modules/socket.io/Makefile')
-rw-r--r--node_modules/socket.io/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/socket.io/Makefile b/node_modules/socket.io/Makefile
deleted file mode 100644
index 4acf1e5..0000000
--- a/node_modules/socket.io/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-
-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