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/hoek/Makefile')
-rwxr-xr-xnode_modules/hoek/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/hoek/Makefile b/node_modules/hoek/Makefile
new file mode 100755
index 000000000..83aaf0c0c
--- /dev/null
+++ b/node_modules/hoek/Makefile
@@ -0,0 +1,8 @@
+test:
+ @node node_modules/lab/bin/lab -a code
+test-cov:
+ @node node_modules/lab/bin/lab -a code -t 100 -L
+test-cov-html:
+ @node node_modules/lab/bin/lab -a code -r html -o coverage.html
+
+.PHONY: test test-cov test-cov-html