From 57c7b20c6bad56d06e707e305fe814e6745c6ccc Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 16 Mar 2015 10:22:46 +1300 Subject: [PATCH] Add `which` chainable keyword. See https://github.com/chaijs/chai/releases/tag/v2.0.0 and chaijs/chai#347. --- chai/chai.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chai/chai.d.ts b/chai/chai.d.ts index ff5526189..4b9d313dd 100644 --- a/chai/chai.d.ts +++ b/chai/chai.d.ts @@ -1,4 +1,4 @@ -// Type definitions for chai 1.7.2 +// Type definitions for chai 2.0.0 // Project: http://chaijs.com/ // Definitions by: Jed Hunsaker , Bart van der Schoor // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -92,6 +92,7 @@ declare module chai { been: Expect; is: Expect; that: Expect; + which: Expect; and: Expect; have: Expect; has: Expect;