IB-AR-Neural-Style-Transfers / artficial.api / node_modules / css-parse / Makefile
Makefile
Raw
test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec

.PHONY: test