fix tests for reportValidity

This commit is contained in:
konnorrogers
2024-09-16 18:44:26 -04:00
parent f6b77d1511
commit 9d88c4b39a

View File

@@ -2,7 +2,6 @@ import { aTimeout, expect } from '@open-wc/testing';
import { clickOnElement } from '../test.js';
import { fixtures } from './fixture.js';
import { html, type TemplateResult } from 'lit';
import { resetMouse } from '@web/test-runner-commands';
import { html as staticHTML, unsafeStatic } from 'lit/static-html.js';
import type { clientFixture, hydratedFixture } from './fixture.js';
import type { WebAwesomeFormControl } from '../webawesome-element.js';