microservices/auth-service/node_modules/pause/Makefile
2025-04-16 10:49:46 -07:00

7 lines
No EOL
89 B
Makefile

test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec
.PHONY: test