UNPKG

@open-wc/testing

Version:
28 lines (24 loc) 621 B
// eslint does not understand export maps yet /* eslint-disable import/no-unresolved */ // remove esline-disable when https://github.com/esm-bundle/chai/pull/61 is merged /* eslint-disable-next-line import/no-unresolved */ import chai, { expect, should, assert } from '@esm-bundle/chai'; export { chai, expect, should, assert }; export { html, unsafeStatic, triggerBlurFor, triggerFocusFor, oneEvent, oneDefaultPreventedEvent, isIE, defineCE, aTimeout, litFixture, litFixtureSync, fixture, fixtureSync, fixtureCleanup, elementUpdated, waitUntil, } from '@open-wc/testing-helpers/pure';