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

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Dec 10, 2016
1 parent 644a407 commit 77be237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion should.js
Original file line number Diff line number Diff line change
Expand Up @@ -2131,6 +2131,7 @@
* @alias Assertion#of
* @alias Assertion#a
* @alias Assertion#and
* @alias Assertion#been
* @alias Assertion#have
* @alias Assertion#has
* @alias Assertion#with
Expand All @@ -2140,7 +2141,7 @@
* @alias Assertion#it
* @category assertion chaining
*/
['an', 'of', 'a', 'and', 'be', 'has', 'have', 'with', 'is', 'which', 'the', 'it'].forEach(function(name) {
['an', 'of', 'a', 'and', 'be', 'been', 'has', 'have', 'with', 'is', 'which', 'the', 'it'].forEach(function(name) {
Assertion.addChain(name);
});
}
Expand Down

0 comments on commit 77be237

Please sign in to comment.