Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / qs / Makefile
diff --git a/dgbuilder/dgeflows/node_modules/body-parser/node_modules/qs/Makefile b/dgbuilder/dgeflows/node_modules/body-parser/node_modules/qs/Makefile
new file mode 100644 (file)
index 0000000..31cc899
--- /dev/null
@@ -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