import React from 'react'; import { shallow } from 'enzyme'; import WalletConnectSessions from './'; describe('WalletConnectSessions', () => { it('should render correctly', () => { const wrapper = shallow( null }} />, ); expect(wrapper).toMatchSnapshot(); }); });