Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Divider component #DS-1391
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jul 19, 2024
1 parent b95c753 commit 1a6f902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ describe('useDividerStyleProps', () => {
const props = {};
const { result } = renderHook(() => useDividerStyleProps(props));

expect(result.current.classProps).toBe('UNSTABLE_Divider');
expect(result.current.classProps).toBe('Divider');
});
});

0 comments on commit 1a6f902

Please sign in to comment.