3v324v23's picture
Add PNG files and track with Git LFS
befd7da
raw
history blame contribute delete
116 Bytes
BIN = ./node_modules/.bin/
test:
@NODE_ENV=test $(BIN)mocha \
--require should \
--reporter spec
.PHONY: test