Skip to content

Commit 1016fa8

Browse files
author
José Moreira
committed
Makefile: run tests from local mocha
1 parent fd4afc9 commit 1016fa8

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
@@ -15,4 +15,4 @@ test-mocha:
1515
$(eval TESTS := $(shell find $(PATH_TEST)/* -name "*.test.js"))
1616

1717
@echo "Running tests..."
18-
@mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 10000 --reporter $(REPORTER) $(TESTS);
18+
@./node_modules/mocha/bin/mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 10000 --reporter $(REPORTER) $(TESTS);

0 commit comments

Comments
 (0)