vendor/node_modules/should/Makefile in stylus-source-0.38.0 vs vendor/node_modules/should/Makefile in stylus-source-0.39.0

- old
+ new

@@ -1,9 +1,10 @@ +TESTS=$(shell find test -name *.test.js) test: - @./node_modules/.bin/mocha \ - --ui exports + @browserify lib/browser.js -s Should --dg false -o should.js.for-tests + @./node_modules/.bin/mocha --ui exports --recursive $(TESTS) browser: - @browserify lib/should.js -s should --dg false -o should.js + @browserify lib/browser.js -s Should --dg false -o should.js .PHONY: test browser \ No newline at end of file