From e41e08f2af67b3e60444ed69afab00fc8f075141 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 15 Feb 2022 08:23:33 -0500 Subject: [PATCH] remove unused helper --- scripts/plop/templates/component/tests.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plop/templates/component/tests.hbs b/scripts/plop/templates/component/tests.hbs index 2570fc9e..122c3b2a 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 () => {