simple patch for test

This commit is contained in:
Chun-MingChen
2017-10-11 23:41:21 +08:00
parent 1e816c3f2b
commit 788fcfc93d

View File

@@ -81,10 +81,8 @@ describe('BootstrapTable', () => {
beforeEach(() => {
wrapper = shallow(
<BootstrapTable
{...baseProps}
caption={ <span className="table-caption">test</span> }
keyField="id"
columns={ columns }
data={ data }
bordered={ false }
/>
);