Files
lcbp3.np-dms.work/backend/node_modules/delegates/Makefile
2025-09-21 20:29:15 +07:00

8 lines
100 B
Makefile
Executable File

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