Skip to content

Commit

Permalink
Fix test import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed May 16, 2023
1 parent 65fb82e commit 4fe67be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/dropdown-menu/v1/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { arrowLeft, arrowRight, arrowUp, arrowDown } from '@wordpress/icons';
* Internal dependencies
*/
import DropdownMenu from '../';
import { MenuItem } from '../../';
import MenuItem from '../../../menu-item';

describe( 'DropdownMenu', () => {
it( 'should not render when neither controls nor children are assigned', () => {
Expand Down

0 comments on commit 4fe67be

Please sign in to comment.