UNPKG

jest-mock-action-creators

Version:

Easy mock & test redux action creators with dispatch() in your components

2 lines 89 B
declare function diff(expected: any, received: any, options: any): string; export = diff;