RiskStrategyTask/Companies/Companies/node_modules/bytes/Makefile

7 lines
89 B
Makefile
Raw Normal View History

2024-10-05 06:58:11 +03:00
test:
@./node_modules/.bin/mocha \
--reporter spec \
--require should
.PHONY: test