Your IP : 216.73.216.14


Current Path : /var/www/recommendations/www/node_modules/seq-queue/
Upload File :
Current File : /var/www/recommendations/www/node_modules/seq-queue/Makefile

TESTS = test/*.js
REPORTER = spec
TIMEOUT = 5000

test:
	@./node_modules/.bin/mocha \
		--reporter $(REPORTER) --timeout $(TIMEOUT) $(TESTS)

.PHONY: test