Skip to content

Commit c700ffd

Browse files
committed
cleanup
1 parent 9600918 commit c700ffd

File tree

4 files changed

+128
-126
lines changed

4 files changed

+128
-126
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ describe('AnalyticalTable', () => {
301301
);
302302
};
303303

304-
const { getByRole, container } = render(<UsingTable />);
304+
const { getByRole } = render(<UsingTable />);
305305

306306
// Check existence + type
307307
expect(typeof tableRef.current.scrollTo).toBe('function');
@@ -353,7 +353,7 @@ describe('AnalyticalTable', () => {
353353
expect(wrapper.render()).toMatchSnapshot();
354354
});
355355

356-
test.skip('highlight row with custom row key', () => {
356+
test('highlight row with custom row key', () => {
357357
const utils = render(
358358
<AnalyticalTable
359359
selectionMode={TableSelectionMode.SINGLE_SELECT}

0 commit comments

Comments
 (0)