Add which chainable keyword.

See https://github.com/chaijs/chai/releases/tag/v2.0.0 and chaijs/chai#347.
This commit is contained in:
Wim
2015-03-16 10:22:46 +13:00
parent 95d860879f
commit 57c7b20c6b
+2 -1
View File
@@ -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 <https://github.com/jedhunsaker/>, Bart van der Schoor <https://github.com/Bartvds>
// 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;