import * as React from 'react'; import { shallow } from 'enzyme'; import TestComponentPropUtils from '../../../utils/TestComponentPropUtils'; import { Button } from './Button'; describe('Button', () => { it('renders without crashing', () => { shallow(