Files
RN_AWord/server/node_modules/css-stringify/Makefile
T
2016-11-29 17:40:27 +08:00

7 lines
89 B
Makefile

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