Files
dienstplan/node_modules/component-emitter/Makefile
T
2017-09-13 07:52:34 +02:00

7 lines
89 B
Makefile

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