Makefile 119 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 node_modules: package.json @npm install test: node_modules @./node_modules/.bin/mocha --reporter spec .PHONY: test