Sha256: 663ad90680089631b1ca24003131308599d4c6d0c752fb14025d6aee2b30cf60
Contents?: true
Size: 444 Bytes
Versions: 89
Compression:
Stored size: 444 Bytes
Contents
TESTS = test/*.js BENCHMARKS = $(shell find bench -type f ! -name 'runner.js') REPORTER = dot test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --slow 500ms \ --bail \ --globals ___eio,document \ $(TESTS) test-cov: lib-cov EIO_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html lib-cov: jscoverage --no-highlight lib lib-cov bench: @node $(PROFILEFLAGS) bench/runner.js $(BENCHMARKS) .PHONY: test test-cov bench
Version data entries
89 entries across 89 versions & 3 rubygems