Skip to content

Commit cee60bd

Browse files
committed
Fix makefile to use local mocha.
Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
1 parent 4361e0f commit cee60bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ all: test
44

55
test:
66
npm install .
7-
@mocha $(TESTS)
7+
@./node_modules/mocha/bin/mocha $(TESTS)
88

99
.PHONY: test

0 commit comments

Comments
 (0)