RiskStrategyTask/Companies/Companies/node_modules/bytes/Makefile
Dvurechensky b080da1abb 1.0
Main
2024-10-05 06:58:11 +03:00

7 lines
89 B
Makefile

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