fix(core): update

This commit is contained in:
2022-07-24 14:03:44 +02:00
parent 7a1eae2bfb
commit 898eed4584
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class WebHelpers {
public enable() {
tap.preTask('enable webhelpers', async () => {
const webhelpers = await import('@open-wc/testing-helpers')
const webhelpers = await import('@open-wc/testing')
this.html = webhelpers.html;
this.fixture = webhelpers.fixture;
})