isso/node_modules/css-parse/Makefile
Chris Hutchison a9d38e5d1d save
2018-04-16 00:44:45 -04:00

7 lines
89 B
Makefile

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