Sha256: 73ac19f76d0c0cc31b6041cc7f7b1c301c60c0d4a8229d54547c6b8627e6c6f2
Contents?: true
Size: 574 Bytes
Versions: 177
Compression:
Stored size: 574 Bytes
Contents
REPORTER = dot test: @if [ "x$(BROWSER_NAME)" = "x" ]; then make test-node; else make test-zuul; fi test-node: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ test/index.js test-zuul: @if [ "x$(BROWSER_PLATFORM)" = "x" ]; then \ ./node_modules/zuul/bin/zuul \ --browser-name $(BROWSER_NAME) \ --browser-version $(BROWSER_VERSION) \ test/index.js; \ else \ ./node_modules/zuul/bin/zuul \ --browser-name $(BROWSER_NAME) \ --browser-version $(BROWSER_VERSION) \ --browser-platform "$(BROWSER_PLATFORM)" \ test/index.js; \ fi .PHONY: test
Version data entries
177 entries across 89 versions & 3 rubygems