Closed lackac closed 13 years ago
obj.should.include.object({ foo: 'bar' }) implementation along with tests and readme update.
obj.should.include.object({ foo: 'bar' })
I use this all over my code when I don't know all the properties of an object I want to test against.
cool man sounds good
obj.should.include.object({ foo: 'bar' })
implementation along with tests and readme update.I use this all over my code when I don't know all the properties of an object I want to test against.