summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/qs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/qs/Makefile')
-rw-r--r--deps/npm/node_modules/request/node_modules/qs/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/npm/node_modules/request/node_modules/qs/Makefile b/deps/npm/node_modules/request/node_modules/qs/Makefile
deleted file mode 100644
index 31cc899d4..000000000
--- a/deps/npm/node_modules/request/node_modules/qs/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-test:
- @node node_modules/lab/bin/lab -a code -L
-test-cov:
- @node node_modules/lab/bin/lab -a code -t 100 -L
-test-cov-html:
- @node node_modules/lab/bin/lab -a code -L -r html -o coverage.html
-
-.PHONY: test test-cov test-cov-html