microservices/auth-service/node_modules/pause/Makefile

7 lines
89 B
Makefile
Raw Normal View History

2025-04-16 10:49:46 -07:00
test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec
.PHONY: test