Files
2022-04-07 18:09:31 +05:30

6 lines
69 B
Makefile

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