remove unused helper

This commit is contained in:
Cory LaViska
2022-02-15 08:23:33 -05:00
parent c738f715a3
commit e41e08f2af

View File

@@ -1,4 +1,4 @@
import { expect, fixture, html, waitUntil } from '@open-wc/testing';
import { expect, fixture, html } from '@open-wc/testing';
describe('<{{ tag }}>', () => {
it('should render a component', async () => {