tj / should.js

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

Remove the var assigment for should in the docs #150

Closed kuryaki closed 11 years ago

kuryaki commented 11 years ago

The variable has 2 value and it have no use (as variable), it also make JSHint warn you about an unused variable, just using require('should'); will still do the magic and JSHint is going to be happy about that

btd commented 11 years ago

It do not think it is right, who want use jshint and work on style checker let him continue to do so.