vendor/node_modules/mocha/Makefile in stylus-source-0.29.0 vs vendor/node_modules/mocha/Makefile in stylus-source-0.30.0

- old
+ new

@@ -1,7 +1,7 @@ -REPORTER = dot +REPORTER ?= dot TM_DEST = ~/Library/Application\ Support/TextMate/Bundles TM_BUNDLE = JavaScript\ mocha.tmbundle SRC = $(shell find lib -name "*.js" -type f | sort) SUPPORT = $(wildcard support/*.js) @@ -88,9 +88,15 @@ test-bail: @./bin/mocha \ --reporter $(REPORTER) \ --bail \ test/acceptance/misc/bail + +test-async-only: + @./bin/mocha \ + --reporter $(REPORTER) \ + --async-only \ + test/acceptance/misc/asyncOnly non-tty: @./bin/mocha \ --reporter dot \ test/acceptance/interfaces/bdd 2>&1 > /tmp/dot.out