Skip to content

Commit

Permalink
remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 5, 2022
1 parent 6cfbb2f commit f3c4cec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ describe('getTableColumnDefinition', () => {
it('returns a non-sortable definition when `serverPaging` is `true`', () => {
const { sortable } = getTableColumnDefinition({ serverPaging: true });

// we know this returns a function even if the generic column signature allows other types
expect(sortable).toEqual(false);
});
});

0 comments on commit f3c4cec

Please sign in to comment.