gohorsejobs/seeder-api/node_modules/delegates/Makefile
Tiago Yamamoto 1c7ef95c1a first commit
2025-12-09 19:04:48 -03:00

8 lines
No EOL
100 B
Makefile

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