tj / should.js

BDD style assertions for node.js -- test framework agnostic
MIT License
2.75k stars 195 forks source link

Added `npm test` script to package.json #109

Closed mcandre closed 11 years ago

mcandre commented 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.