import missing types
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user