import React from 'react'; import Button from '../../../app/javascript/mastodon/components/button'; import { expect } from 'chai'; import { shallow } from 'enzyme'; import sinon from 'sinon'; describe('); expect(wrapper.find('button')).to.contain(children); }); xit('renders the props.text instead of children', () => { const text = 'foo'; const children =

children

; const wrapper = shallow(); expect(wrapper.find('button')).to.have.text(text); expect(wrapper.find('button')).to.not.contain(children); }); xit('renders style="display: block; width: 100%;" if props.block given', () => { const wrapper = shallow(