fix(core): update
This commit is contained in:
parent
7a1eae2bfb
commit
898eed4584
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/tapbundle',
|
name: '@pushrocks/tapbundle',
|
||||||
version: '5.0.4',
|
version: '5.0.5',
|
||||||
description: 'tap bundled for tapbuffer'
|
description: 'tap bundled for tapbuffer'
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ class WebHelpers {
|
|||||||
|
|
||||||
public enable() {
|
public enable() {
|
||||||
tap.preTask('enable webhelpers', async () => {
|
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.html = webhelpers.html;
|
||||||
this.fixture = webhelpers.fixture;
|
this.fixture = webhelpers.fixture;
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user