Files
AirHockey/node_modules/component-bind/Makefile
Owen LeJeune dfa77bc52a first commit
2018-03-07 17:18:40 -05:00

7 lines
89 B
Makefile

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