Files
world/book/node_modules/bytes/Makefile
2025-05-12 05:38:44 +09:00

7 lines
89 B
Makefile

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