diff --git a/scripts/plop/templates/component/tests.hbs b/scripts/plop/templates/component/tests.hbs index 2570fc9e2..122c3b2a3 100644 --- a/scripts/plop/templates/component/tests.hbs +++ b/scripts/plop/templates/component/tests.hbs @@ -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 () => {