aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/component-bind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/component-bind/Makefile')
-rw-r--r--node_modules/component-bind/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/component-bind/Makefile b/node_modules/component-bind/Makefile
new file mode 100644
index 0000000..4e9c8d3
--- /dev/null
+++ b/node_modules/component-bind/Makefile
@@ -0,0 +1,7 @@
+
+test:
+ @./node_modules/.bin/mocha \
+ --require should \
+ --reporter spec
+
+.PHONY: test \ No newline at end of file