From b0ba9ff14fa8fbdaf2df3e8d56dd2ee53668f39c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 13 Jan 2023 14:22:45 -0500 Subject: [PATCH] remove expect --- src/components/input/input.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/input/input.test.ts b/src/components/input/input.test.ts index 642dacb1..99a64cb1 100644 --- a/src/components/input/input.test.ts +++ b/src/components/input/input.test.ts @@ -2,7 +2,6 @@ import { expect, fixture, html, oneEvent, waitUntil } from '@open-wc/testing'; import { sendKeys } from '@web/test-runner-commands'; import sinon from 'sinon'; -// @ts-expect-error - The getFormControls() function must come from the same dist import { getFormControls, serialize } from '../../../dist/utilities/form.js'; import type SlInput from './input';