Sha256: 20ab14204def8c232bfeb1ea5ccb1b4a26bc9b1efc797e6d21ac87af5e50a69a

Contents?: true

Size: 275 Bytes

Versions: 16

Compression:

Stored size: 275 Bytes

Contents

TESTS=$(shell find test -name *.test.js)

test:
	@browserify lib/browser.js -s Should --dg false -o should.js.for-tests
	@./node_modules/.bin/mocha --ui exports --recursive $(TESTS)

browser:
	@browserify lib/browser.js -s Should --dg false -o should.js

.PHONY: test browser

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stylus-source-0.42.2 vendor/node_modules/should/Makefile
stylus-source-0.42.1 vendor/node_modules/should/Makefile
stylus-source-0.42.0 vendor/node_modules/should/Makefile
stylus-source-0.41.3 vendor/node_modules/should/Makefile
stylus-source-0.41.2 vendor/node_modules/should/Makefile
stylus-source-0.41.1 vendor/node_modules/should/Makefile
stylus-source-0.41.0 vendor/node_modules/should/Makefile
stylus-source-0.40.3 vendor/node_modules/should/Makefile
stylus-source-0.40.2 vendor/node_modules/should/Makefile
stylus-source-0.40.1 vendor/node_modules/should/Makefile
stylus-source-0.40.0 vendor/node_modules/should/Makefile
stylus-source-0.39.4 vendor/node_modules/should/Makefile
stylus-source-0.39.3 vendor/node_modules/should/Makefile
stylus-source-0.39.2 vendor/node_modules/should/Makefile
stylus-source-0.39.1 vendor/node_modules/should/Makefile
stylus-source-0.39.0 vendor/node_modules/should/Makefile