fix(core): update

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

View File

@ -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'
} }

View File

@ -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;
}) })