Skip to content

Commit 2d7395d

Browse files
committed
Update Table tests
1 parent b50f48e commit 2d7395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/__tests__/Table.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('Table', () => {
7070
// dark table
7171
const {
7272
container: {firstChild: tableDark}
73-
} = render(<Table dark />);
73+
} = render(<Table color="dark" />);
7474
expect(tableDark).toHaveClass('table-dark');
7575

7676
// table with hover animations

0 commit comments

Comments
 (0)