tj / should.js

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

support for obj.should.have.enumerable('property'[, val]) #198

Closed jsdevel closed 10 years ago

jsdevel commented 10 years ago

Would this be a welcomed addition?

jsdevel commented 10 years ago

Looks like maybe the test should be like: obj.should.have.enumerable('property');