@orfeas126/box-ui-elements
Version:
Box UI Elements
20 lines (18 loc) • 504 B
JavaScript
import { annotation as mockAnnotation } from '../../../../../__mocks__/annotations';
export default () => ({
annotation: mockAnnotation,
annotationActions: {
handleCreate: jest.fn(),
handleDelete: jest.fn(),
handleEdit: jest.fn(),
handleResolve: jest.fn(),
},
error: {},
isLoading: false,
replies: [],
repliesActions: {
handleCreateReply: jest.fn(),
handleEditReply: jest.fn(),
handleDeleteReply: jest.fn(),
},
});