document input test file

This commit is contained in:
Lone Iversen
2023-06-19 14:20:08 +02:00
parent 03cf722b90
commit cdeb5a21a5

View File

@@ -1,7 +1,7 @@
import { expect, fixture, html } from '@open-wc/testing';
import { UmbDocumentInputElement } from './document-input.element.js';
import { defaultA11yConfig } from '@umbraco-cms/internal/test-utils';
describe('UmbInputDocumentPickerElement', () => {
describe('UmbDocumentInputElement', () => {
let element: UmbDocumentInputElement;
beforeEach(async () => {