Closed mcandre closed 11 years ago
npm test is a nice convention among Node.js packages for executing test harnesses. That way, developers don't have to specifically type each individual package's syntax (make test, grunt test, vows, etc.) and can get by with less yak shaving.
npm test
make test
grunt test
vows
npm test
is a nice convention among Node.js packages for executing test harnesses. That way, developers don't have to specifically type each individual package's syntax (make test
,grunt test
,vows
, etc.) and can get by with less yak shaving.