Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Navigation #DS-1524
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Dec 5, 2024
1 parent d43cfc9 commit 153e447
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { useNavigationStyleProps } from '../useNavigationStyleProps';

describe('useNavigationStyleProps', () => {
it('should return defaults', () => {
const props = {};
const { result } = renderHook(() => useNavigationStyleProps(props));
const { result } = renderHook(() => useNavigationStyleProps());

expect(result.current.classProps).toBe('Navigation');
});
Expand Down

0 comments on commit 153e447

Please sign in to comment.