unboundedpress/node_modules/css-parse/Makefile

7 lines
89 B
Makefile
Raw Normal View History

2019-07-23 06:28:47 +02:00
test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec
.PHONY: test