import missing types

This commit is contained in:
Mads Rasmussen
2024-02-08 15:32:29 +01:00
parent 25f8925db8
commit 600c5bec5f
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import type { UmbNotificationDefaultData } from './notification-layout-default.e
import { UmbNotificationLayoutDefaultElement } from './notification-layout-default.element.js';
import type { UUIToastNotificationLayoutElement } from '@umbraco-cms/backoffice/external/uui';
import { UmbNotificationHandler } from '@umbraco-cms/backoffice/notification';
import type { UmbTestRunnerWindow } from '@umbraco-cms/internal/test-utils';
describe('UmbNotificationLayoutDefault', () => {
let element: UmbNotificationLayoutDefaultElement;

View File

@@ -1,5 +1,6 @@
import { expect, fixture, html } from '@open-wc/testing';
import { UmbPropertyEditorUIImageCropsConfigurationElement } from './property-editor-ui-image-crops-configuration.element.js';
import type { UmbTestRunnerWindow } from '@umbraco-cms/internal/test-utils';
//import { type UmbTestRunnerWindow, defaultA11yConfig } from '@umbraco-cms/internal/test-utils';
describe('UmbPropertyEditorUIImageCropsConfigurationElement', () => {