Files
Manmics/mangashelf-server/node_modules/delegates/Makefile
T
2025-10-10 18:00:07 -04:00

8 lines
100 B
Makefile

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