tj / should.js

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

Enabling `npm test` #16

Closed bergmark closed 13 years ago

bergmark commented 13 years ago

package.json lacks script/test to run tests before install. Added it.

tj commented 13 years ago

that's what make test is for, I dont really want to bind running of my tests to npm