UNPKG

@orfeas126/box-ui-elements

Version:
20 lines (18 loc) 504 B
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(), }, });