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