the-tip-top-backend/node_modules/pause/Makefile
2025-10-28 00:31:47 +01:00

7 lines
89 B
Makefile

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