Files
cursornew2026/node_modules/mersenne-twister/Makefile

5 lines
88 B
Makefile

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