remove unused type

This commit is contained in:
Cory LaViska
2023-02-23 11:04:51 -05:00
parent bc58472b7b
commit d638d811ad

View File

@@ -5,7 +5,6 @@ import { sendKeys } from '@web/test-runner-commands';
import { serialize } from '../../utilities/form';
import sinon from 'sinon';
import type SlColorPicker from './color-picker';
import type SlInput from '../input/input';
describe('<sl-color-picker>', () => {
describe('when the value changes', () => {