fix(core): update
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user