Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swetasingh9714 committed Jun 21, 2023
1 parent d92980a commit 2ade6f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/terra-form-select/tests/jest/Menu.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import Option from '../../src/shared/_Option';
import ComboboxMenu from '../../src/combobox/Menu';
import SingleSelectMenu from '../../src/single/Menu';

jest.mock('../../src/shared/_SharedUtil');

describe('Menu', () => {
it('should render a default Menu', () => {
const liveRegion = { current: document.createElement('div') };
Expand Down Expand Up @@ -100,7 +98,6 @@ describe('Menu', () => {

it('correctly applies the theme context className', () => {
const liveRegion = { current: document.createElement('div') };

const wrapper = mountWithIntl(
<ThemeContextProvider theme={{ className: 'orion-fusion-theme' }}>
<SingleSelectMenu onSelect={() => {}} visuallyHiddenComponent={liveRegion} value="value" searchValue="asdf">
Expand Down

0 comments on commit 2ade6f4

Please sign in to comment.