lunaisadev-website-old/node_modules/component-bind/Makefile
2021-07-27 18:40:12 -07:00

7 lines
No EOL
89 B
Makefile

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