import React from 'react'; import { shallow } from 'enzyme'; import Button from './Button'; describe('Button', () => { it('exists', () => { expect(Button).toBeDefined(); }); it('basic', () => { expect(shallow()).toMatchSnapshot(); }); it('#accessibleLabel', () => { expect(shallow(