Update function scope.

Add missed function toBeDefined.
This commit is contained in:
Aleksei Barbarosh
2015-10-16 21:03:08 +03:00
parent 381479952e
commit aa3f2581c7
+1
View File
@@ -40,6 +40,7 @@ declare module jest {
toBeFalsy(): boolean;
toBeTruthy(): boolean;
toBeNull(): boolean;
toBeDefined(): boolean;
toBeUndefined(): boolean;
toMatch(expected: RegExp): boolean;
toContain(expected: string): boolean;