Skip to content

Commit

Permalink
Fix another mocha --opts
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 18, 2020
1 parent b04b7a2 commit 34ddaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ endif

.PHONY: test
test: test-sources
@./node_modules/.bin/mocha --opts $(MOCHA_OPTS) $(TEST_SOURCES)
@./node_modules/.bin/mocha --config $(MOCHA_CONFIG) $(TEST_SOURCES)
make test-docs

.PHONY: test-docs
Expand Down

0 comments on commit 34ddaa1

Please sign in to comment.