pdfdraw/server/node_modules/component-bind/Makefile
szaimen e33f27b5a4 also commit the npm_modules and package-lock.json
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-04 12:25:14 +01:00

7 lines
No EOL
89 B
Makefile

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