projet_fil_red_api/node_modules/seq-queue/Makefile
2025-07-08 22:47:52 +02:00

9 lines
No EOL
154 B
Makefile

TESTS = test/*.js
REPORTER = spec
TIMEOUT = 5000
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) --timeout $(TIMEOUT) $(TESTS)
.PHONY: test