Files
portfolio2023/build/node_modules/batch/Makefile
T
2023-11-24 22:35:41 +01:00

6 lines
69 B
Makefile

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