We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03936d commit 4f6b1edCopy full SHA for 4f6b1ed
index.d.ts
@@ -25,8 +25,8 @@ declare namespace jest {
25
26
interface Serializer {
27
test: (value: any) => boolean;
28
- print: (value: any, _serializer?: Function) => string;
29
- diffOptions: (valueA: any, valueB: any) => DiffOptions;
+ print: (value: any, _serializer?: any) => any;
+ diffOptions?: (valueA: any, valueB: any) => DiffOptions;
30
}
31
32
declare module 'snapshot-diff' {
0 commit comments