@open-wc/testing-helpers
Version:
Testing Helpers following open-wc recommendations
10 lines • 658 B
TypeScript
export { elementUpdated } from "./src/elementUpdated.js";
import { html } from 'lit/static-html.js';
import { unsafeStatic } from 'lit/static-html.js';
export { html, unsafeStatic };
export { fixture, fixtureSync } from "./src/fixture.js";
export { cachedWrappers, fixtureCleanup, fixtureWrapper } from "./src/fixtureWrapper.js";
export { aTimeout, defineCE, isIE, nextFrame, oneEvent, oneDefaultPreventedEvent, triggerBlurFor, triggerFocusFor, waitUntil } from "./src/helpers.js";
export { litFixture, litFixtureSync } from "./src/litFixture.js";
export { stringFixture, stringFixtureSync } from "./src/stringFixture.js";
//# sourceMappingURL=index.d.ts.map