moll / js-must

An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
Other
336 stars 35 forks source link

Adding .deepEqual() and .strictEqual() #23

Closed estilles closed 9 years ago

estilles commented 9 years ago

In response to issue #21 I propose adding the following two aliases:

Unit tests and docs included

moll commented 9 years ago

Hey, thanks for the contribution! Did you change your mind before I had a chance to react? :-)

estilles commented 9 years ago

Let me make some changes and I will resubmit.