UNPKG

b

Version:

Benchmarks for Node.js.

10 lines (7 loc) 144 B
TESTS = test/*.test.js REPORTER = dot test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(TESTS) .PHONY: test