import React from 'react'; import { mount } from 'enzyme'; import { Button } from '../Button'; import theme from '../theme.css'; describe('Button', () => { describe('#render', () => { it('uses flat and neutral styles by default', () => { const wrapper = mount(