[Code organization] Move dropdownMenus test to correct directory

Change-Id: I28fa3f9127e92a4c55819e4fa64ae990118e2c8c
This commit is contained in:
Jon Robson 2023-02-15 13:53:22 -08:00 committed by Jan Drewniak
parent 6eac1455ed
commit a2b9847dda
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
const { addPortletLinkHandler } = require( '../../resources/skins.vector.js/dropdownMenus.js' );
const { addPortletLinkHandler } = require( '../../../resources/skins.vector.js/dropdownMenus.js' );
describe( 'addPortletLinkHandler', () => {