Version 1
[yaffs-website] / node_modules / trim / Makefile
diff --git a/node_modules/trim/Makefile b/node_modules/trim/Makefile
new file mode 100644 (file)
index 0000000..4e9c8d3
--- /dev/null
@@ -0,0 +1,7 @@
+
+test:
+       @./node_modules/.bin/mocha \
+               --require should \
+               --reporter spec
+
+.PHONY: test
\ No newline at end of file