You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(index.d.ts): Use jest.CustomMatcher type for toMatchDiffSnapshot (#61)
Currently `expect.extend({ toMatchDiffSnapshot });` throws:
```
TS2322: Type '(newObject: any) => void' is not assignable to type 'CustomMatcher'.
Type 'void' is not assignable to type 'CustomMatcherResult | Promise<CustomMatcherResult>'.
```
0 commit comments