Files
water-management-system/frontend/node_modules/mersenne-twister/Makefile
T

5 lines
88 B
Makefile
Raw Normal View History

test:
./node_modules/mocha/bin/_mocha -R spec -r should test --recursive
.PHONY: test