import 'react-native' import React from 'react' import createComponentWithContext from './context' import { Day } from '../GiftedChat' it('should render and compare with snapshot', () => { const component = createComponentWithContext() const tree = component.toJSON() expect(tree).toMatchSnapshot() })