• File: Makefile
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/seq-queue/Makefile
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 154 bytes
  • MIME-type: text/plain
  • Charset: utf-8
TESTS = test/*.js
REPORTER = spec
TIMEOUT = 5000

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

.PHONY: test