We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4361e0f commit cee60bdCopy full SHA for cee60bd
Makefile
@@ -4,6 +4,6 @@ all: test
4
5
test:
6
npm install .
7
- @mocha $(TESTS)
+ @./node_modules/mocha/bin/mocha $(TESTS)
8
9
.PHONY: test
0 commit comments