tj / should.js

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

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

Closed jsdevel closed 10 years ago

jsdevel commented 10 years ago

Let me know what you think. Thanks!

btd commented 10 years ago

Hi. I am sick, i will look on this at the end of week.

jsdevel commented 10 years ago

@btd sorry to hear that :( I hope you feel better. Thanks for the reply!

jsdevel commented 10 years ago

@btd thanks for telling me about propertyIsEnumerable! I wasn't aware of that. I added the .eql call as well.

btd commented 10 years ago

I published this with 3.3.0

jsdevel commented 10 years ago

thanks @btd!