remove unused imports

This commit is contained in:
Cory LaViska
2024-05-13 16:50:55 -04:00
parent 296a2e6366
commit 28c8bf1815

View File

@@ -1,8 +1,5 @@
import { expect, fixture, html } from '@open-wc/testing';
import sinon from 'sinon';
import type WaIconButton from '../icon-button/icon-button.js';
import type WaTab from './tab.js';
import type WaTabGroup from '../tab-group/tab-group.js';
describe('<wa-tab>', () => {
it('passes accessibility test', async () => {