fix(core): update

This commit is contained in:
2023-06-22 13:32:43 +02:00
parent ae2aabaa86
commit 4ba34a4b88
7 changed files with 4296 additions and 13911 deletions

View File

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