UNPKG

jointjs

Version:

JavaScript diagramming library

22 lines (15 loc) 253 B
.PHONY: test stest ctest cstest all # all tests test: grunt test # server-side tests only stest: grunt test:server # client-side tests only ctest: grunt test:client # code styling tests only cstest: grunt test:code-style all: grunt build:all