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

Commit 77be237

Browse files
committed
Updated build
1 parent 644a407 commit 77be237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

should.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,6 +2131,7 @@
21312131
* @alias Assertion#of
21322132
* @alias Assertion#a
21332133
* @alias Assertion#and
2134+
* @alias Assertion#been
21342135
* @alias Assertion#have
21352136
* @alias Assertion#has
21362137
* @alias Assertion#with
@@ -2140,7 +2141,7 @@
21402141
* @alias Assertion#it
21412142
* @category assertion chaining
21422143
*/
2143-
['an', 'of', 'a', 'and', 'be', 'has', 'have', 'with', 'is', 'which', 'the', 'it'].forEach(function(name) {
2144+
['an', 'of', 'a', 'and', 'be', 'been', 'has', 'have', 'with', 'is', 'which', 'the', 'it'].forEach(function(name) {
21442145
Assertion.addChain(name);
21452146
});
21462147
}

0 commit comments

Comments
 (0)