Files
parsshop-back/node_modules/pause/Makefile
2026-03-26 12:25:46 +03:00

7 lines
89 B
Makefile

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