We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dfeea commit 623fca4Copy full SHA for 623fca4
eyes/eyes-tests.ts
@@ -26,4 +26,9 @@ var options = {
26
hideFunctions: true,
27
stream: process.stdout,
28
maxLength: 120
29
-}
+}
30
+
31
+var result = eyes.inspector(testObj)
32
33
34
eyes/eyes.d.ts
@@ -13,7 +13,7 @@ declare module "eyes"
13
export function inspect(thing:any, label?:string): void;
14
15
export interface InspectorFunction {
16
- (thing:any, label?:string): void;
+ (thing:any, label?:string): string;
17
}
18
19
export interface EyesOptions
0 commit comments