fix(core): update

This commit is contained in:
2023-08-12 11:40:29 +02:00
parent 1b9f414e82
commit e029c8601f
12 changed files with 234 additions and 193 deletions

View File

@@ -8,7 +8,7 @@ class WebHelpers {
constructor() {
const smartenv = new plugins.smartenv.Smartenv();
if(smartenv.isBrowser) {
if (smartenv.isBrowser) {
this.enable();
}
}
@@ -18,7 +18,7 @@ class WebHelpers {
const webhelpers = await import('@open-wc/testing');
this.html = webhelpers.html;
this.fixture = webhelpers.fixture;
})
});
}
}