Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/qs/Makefile')
-rw-r--r--node_modules/qs/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/qs/Makefile b/node_modules/qs/Makefile
new file mode 100644
index 000000000..31cc899d4
--- /dev/null
+++ b/node_modules/qs/Makefile
@@ -0,0 +1,8 @@
+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