Closed arian closed 12 years ago
npm test
Maybe an idea to create a Makefile, to build stuff, test stuff in node and eventually test stuff in the browser, just some quick often used options:
make test
make build class ghost type
make test_browser
npm test
.Maybe an idea to create a Makefile, to build stuff, test stuff in node and eventually test stuff in the browser, just some quick often used options:
make test
runs tests in nodemake build class ghost type
builds a browser file with wrapupmake test_browser
builds the file for the browser, creates a node test server thing which logs the results and stuff.