remove comment

This commit is contained in:
Cory LaViska
2022-03-23 17:36:48 -04:00
parent 84563bdcd4
commit ca653cd245

View File

@@ -1,7 +1,6 @@
import { expect, fixture, html, waitUntil } from '@open-wc/testing';
import { sendKeys } from '@web/test-runner-commands';
import sinon from 'sinon';
// eslint-disable-next-line no-restricted-imports
import { serialize } from '../../utilities/form';
import type SlInput from './input';