We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50f48e commit 2d7395dCopy full SHA for 2d7395d
src/components/table/__tests__/Table.test.js
@@ -70,7 +70,7 @@ describe('Table', () => {
70
// dark table
71
const {
72
container: {firstChild: tableDark}
73
- } = render(<Table dark />);
+ } = render(<Table color="dark" />);
74
expect(tableDark).toHaveClass('table-dark');
75
76
// table with hover animations
0 commit comments