We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418af2d commit bbf14daCopy full SHA for bbf14da
1 file changed
packages/ui/exports/menu-test-suites.js
@@ -1 +1,2 @@
1
-export { runInteractiveListMixinSuite } from '@lion/menu/test-suites/InteractiveListMixin.suite.js';
+/* eslint-disable import/no-relative-packages */
2
+export { runInteractiveListMixinSuite } from '../components/menu/test-suites/InteractiveListMixin.suite.js';
0 commit comments