Skip to content

Commit

Permalink
feat(menu-notick): remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelmar authored and nataliadelmar committed Sep 20, 2024
1 parent 4b7cc69 commit 7c28fe9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/Menu/Menu.unit.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,6 @@ describe('<Menu />', () => {
expect(container).toMatchSnapshot();
});

it('should match snapshot with tickPosition', () => {
expect.assertions(1);

const tickPosition = 'left';

const container = mount(<Menu {...defaultProps} itemSize={50} tickPosition={tickPosition} />);

expect(container).toMatchSnapshot();
});

it('should match snapshot with className', () => {
expect.assertions(1);

Expand Down

0 comments on commit 7c28fe9

Please sign in to comment.