import React from 'react' import { render } from '@testing-library/react-native' import { LoadEarlierMessages } from '..' it('should render and compare with snapshot', () => { const { toJSON } = render( {}} />) expect(toJSON()).toMatchSnapshot() })