Merge pull request #3876 from Nemo157/patch-1

Add `which` chainable keyword.
This commit is contained in:
Masahiro Wakame
2015-03-21 11:36:49 +09:00
+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;