Files
2026-08-11 09:53:42 -04:00

5 lines
88 B
Makefile

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