remove unused import

This commit is contained in:
Cory LaViska
2023-11-30 11:44:27 -05:00
parent a50a3b07dd
commit 10d9358753

View File

@@ -1,7 +1,6 @@
import '../../../dist/shoelace.js';
import { expect, fixture, html, waitUntil } from '@open-wc/testing';
import sinon from 'sinon';
import type SlPopup from '../popup/popup';
import type SlTooltip from './tooltip';
describe('<sl-tooltip>', () => {