Package: node-delegates / 1.0.0-1

use-system-mocha.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 
 test:
-	@./node_modules/.bin/mocha \
+	mocha \
 		--require should \
 		--reporter spec \
 		--bail
 
-.PHONY: test
\ No newline at end of file
+.PHONY: test