From 266b7f00b7f6b544e6d99dbb08311cdd6e14237b Mon Sep 17 00:00:00 2001 From: Thomas Dall'Agnese Date: Sat, 25 Oct 2014 13:14:36 +0900 Subject: [PATCH] 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. --- chai/chai.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/chai/chai.d.ts b/chai/chai.d.ts index fc767c639..a2ef1379b 100644 --- a/chai/chai.d.ts +++ b/chai/chai.d.ts @@ -94,6 +94,7 @@ declare module chai { that: Expect; and: Expect; have: Expect; + has: Expect; with: Expect; at: Expect; of: Expect;