Add "has" in the LanguageChains

"has" is the same as "have" but makes the sentences more "natural".
Added it in the LanguageChains to make WebStorm recognise it.
This commit is contained in:
Thomas Dall'Agnese
2014-10-25 13:14:36 +09:00
parent bd9a1922e4
commit 266b7f00b7

1
chai/chai.d.ts vendored
View File

@@ -94,6 +94,7 @@ declare module chai {
that: Expect;
and: Expect;
have: Expect;
has: Expect;
with: Expect;
at: Expect;
of: Expect;