Skip to content

Commit

Permalink
use relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Nov 27, 2024
1 parent 0af4d28 commit 6786b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uui-color-swatch/lib/uui-color-swatch.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { html, fixture, expect, elementUpdated } from '@open-wc/testing';
import { UUIColorSwatchElement } from './uui-color-swatch.element';
import { sendKeys } from '@web/test-runner-commands';
import { UUITestMouse } from '@internal/test';
import { UUITestMouse } from '../../../test/index';

describe('UUIColorSwatchElement', () => {
let element: UUIColorSwatchElement;
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-menu-item/lib/uui-menu-item.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '@umbraco-ui/uui-loader-bar/lib';
import { UUIMenuItemElement } from './uui-menu-item.element';
import { UUIMenuItemEvent } from './UUIMenuItemEvent';
import { UUISelectableEvent } from '@umbraco-ui/uui-base/lib/events';
import { UUITestMouse } from '@internal/test';
import { UUITestMouse } from '../../../test/index';

describe('UUIMenuItemElement', () => {
describe('element', () => {
Expand Down

0 comments on commit 6786b86

Please sign in to comment.