// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
delegates
[ PARENT ]
EDIT :: Makefile
test: @./node_modules/.bin/mocha \ --require should \ --reporter spec \ --bail .PHONY: test
SAVE
CANCEL