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