mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 02:16:01 +08:00
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:
1
chai/chai.d.ts
vendored
1
chai/chai.d.ts
vendored
@@ -94,6 +94,7 @@ declare module chai {
|
||||
that: Expect;
|
||||
and: Expect;
|
||||
have: Expect;
|
||||
has: Expect;
|
||||
with: Expect;
|
||||
at: Expect;
|
||||
of: Expect;
|
||||
|
||||
Reference in New Issue
Block a user