fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@pushrocks/tapbundle', | ||||
|   version: '5.0.4', | ||||
|   version: '5.0.5', | ||||
|   description: 'tap bundled for tapbuffer' | ||||
| } | ||||
|   | ||||
| @@ -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