import { mount } from 'enzyme'; import React from 'react'; import { LinearGradient } from '../LinearGradient'; it(`renders a complex gradient`, () => { const component = mount( ); expect( component.find('ViewManagerAdapter_ExpoLinearGradient').first().prop('proxiedProperties') ).toMatchSnapshot(); });