Merge pull request #1 from runithome/runithome-patch-1

update jest.d.ts by fixing typo
This commit is contained in:
Scott K
2016-02-24 10:45:57 -06:00
+1 -1
View File
@@ -54,7 +54,7 @@ declare module jest {
toContain(expected: string): boolean;
toBeCloseTo(expected: number, delta: number): boolean;
toBeGreaterThan(expected: number): boolean;
toBeLessThen(expected: number): boolean;
toBeLessThan(expected: number): boolean;
toBeCalled(): boolean;
toBeCalledWith(...args: any[]): boolean;
lastCalledWith(...args: any[]): boolean;