import 'react-native' import React from 'react' import renderer from 'react-test-renderer' import FastImage from './FastImage.js' test('FastImage renders correctly.', () => { const tree = renderer.create( ).toJSON() expect(tree).toMatchSnapshot() })