Skip to content

Commit

Permalink
remove extra line to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
natac13 committed Jan 30, 2021
1 parent 7acd584 commit 53421e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/TableFooter/TableFooter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('<TableFooter />', () => {
const { container, ...rest } = render(<table>{node}</table>);
return { container: container.firstChild, ...rest };
},

muiName: 'MuiTableFooter',
testVariantProps: { variant: 'foo' },
refInstanceof: window.HTMLTableSectionElement,
Expand Down

0 comments on commit 53421e7

Please sign in to comment.