import React from 'react'; import {shallow} from 'enzyme'; import Qrcode from 'app/components/qrcode'; describe('Qrcode', function() { it('renders', function() { let wrapper = shallow(); expect(wrapper).toMatchSnapshot(); }); });