WUT_Computer_Science/EGUI/lab3/api/node_modules/delegates/Makefile
2022-06-15 05:26:01 +02:00

8 lines
100 B
Makefile

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