WUT_Computer_Science/EGUI/lab3/front/node_modules/batch/Makefile
2022-06-15 03:02:51 +02:00

6 lines
69 B
Makefile

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