mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Jasmine: fixed createSpy optional function parameter
This commit is contained in:
Vendored
+1
-1
@@ -30,7 +30,7 @@ declare module jasmine {
|
||||
|
||||
function any(aclass: any):any;
|
||||
function objectContaining(sample: any): ObjectContaining;
|
||||
function createSpy(name: string, originalFn: Function): Spy;
|
||||
function createSpy(name: string, originalFn?: Function): Spy;
|
||||
function createSpyObj(baseName: string, methodNames: any[]): any;
|
||||
function pp(value: any): string;
|
||||
function getEnv(): Env;
|
||||
|
||||
Reference in New Issue
Block a user