Merge pull request #3029 from ThomasDalla/patch-1

Add "has" in the LanguageChains
This commit is contained in:
Masahiro Wakame
2014-10-27 12:05:13 +09:00
+1
View File
@@ -94,6 +94,7 @@ declare module chai {
that: Expect;
and: Expect;
have: Expect;
has: Expect;
with: Expect;
at: Expect;
of: Expect;