aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/backo2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/backo2/Makefile')
-rw-r--r--node_modules/backo2/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/backo2/Makefile b/node_modules/backo2/Makefile
new file mode 100644
index 0000000..9987df8
--- /dev/null
+++ b/node_modules/backo2/Makefile
@@ -0,0 +1,8 @@
+
+test:
+ @./node_modules/.bin/mocha \
+ --require should \
+ --reporter dot \
+ --bail
+
+.PHONY: test \ No newline at end of file