Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #74 from Qix-/deepEqual
Browse files Browse the repository at this point in the history
alias .deepEqual to .eql
  • Loading branch information
btd committed Aug 9, 2015
2 parents 830d972 + 3a78fe0 commit 36e1763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ext/eql.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ module.exports = function(should, Assertion) {
});

Assertion.alias('equal', 'exactly');
Assertion.alias('eql', 'deepEqual');
};

0 comments on commit 36e1763

Please sign in to comment.