Skip to content

Commit

Permalink
Update packages/grid/data-grid/src/tests/pagination.DataGrid.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
dtassone and oliviertassinari authored Apr 12, 2021
1 parent f02941d commit fb964d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe('<DataGrid /> - Pagination', () => {
expect(getColumnValues()).to.deep.equal(['Nike 1']);
});

describe('AutoPageSize', () => {
describe('prop: autoPageSize', () => {
it('should always render the same amount of rows and fit the viewport', () => {
const TestCaseAutoPageSize = (
props: Partial<DataGridProps> & { nbRows?: number; nbCols?: number; height?: number },
Expand Down

0 comments on commit fb964d6

Please sign in to comment.