fix(core): update

This commit is contained in:
2022-03-14 11:22:17 +01:00
parent 6690238251
commit da711c119f
13 changed files with 3868 additions and 12324 deletions

View File

@@ -1,6 +1,6 @@
import * as plugins from './tapbundle.plugins';
import * as plugins from './tapbundle.plugins.js';
import type { fixture, html } from '@open-wc/testing-helpers';
import { tap } from './tapbundle.classes.tap';
import { tap } from './tapbundle.classes.tap.js';
class WebHelpers {
html: typeof html;