mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1194 from danrspencer/patch-1
Prototype for createSpyObj to allow for typed spies
This commit is contained in:
Vendored
+1
@@ -32,6 +32,7 @@ declare module jasmine {
|
||||
function objectContaining(sample: any): ObjectContaining;
|
||||
function createSpy(name: string, originalFn?: Function): Spy;
|
||||
function createSpyObj(baseName: string, methodNames: any[]): any;
|
||||
function createSpyObj<T>(baseName: string, methodNames: any[]): T;
|
||||
function pp(value: any): string;
|
||||
function getEnv(): Env;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user