Merge pull request #6327 from barbarosh/patch-1

Update function scope.
This commit is contained in:
Masahiro Wakame
2015-10-21 21:46:25 +09:00

1
jest/jest.d.ts vendored
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;