rittenhop-dev/versions/5.94.2/node_modules/trim/Makefile
2024-09-23 19:40:12 -04:00

7 lines
89 B
Makefile

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