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