Files
turftracker/backend/node_modules/pause/Makefile
2026-04-09 13:19:47 -05:00

7 lines
89 B
Makefile

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