core/lib/node_modules/delegates/Makefile
Christian Fraß 2c17dcb66f [int]
2023-06-19 15:04:15 +02:00

8 lines
100 B
Makefile

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