mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed typo in Matchers.toBeGreaterThan
This commit is contained in:
Vendored
+2
-2
@@ -44,7 +44,7 @@ declare module jest {
|
||||
toMatch(expected: RegExp): boolean;
|
||||
toContain(expected: string): boolean;
|
||||
toBeCloseTo(expected: number, delta: number): boolean;
|
||||
toBeGreaterThen(expected: number): boolean;
|
||||
toBeGreaterThan(expected: number): boolean;
|
||||
toBeLessThen(expected: number): boolean;
|
||||
toBeCalled(): boolean;
|
||||
toBeCalledWith(...args: any[]): boolean;
|
||||
@@ -77,4 +77,4 @@ declare module jest {
|
||||
calls: any[][];
|
||||
instances: T[];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user