We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0058d6a commit 0c6b963Copy full SHA for 0c6b963
packages/react-bootstrap-table2/test/header-cell.test.js
@@ -375,7 +375,6 @@ describe('HeaderCell', () => {
375
wrapper = shallow(<HeaderCell column={ column } index={ index } />);
376
expect(wrapper.find('th').prop('aria-label')).toBeUndefined();
377
});
378
-
379
380
381
describe('when column.sort is enable', () => {
0 commit comments