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;