mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
26 lines
444 B
JavaScript
26 lines
444 B
JavaScript
import chai from './import-wrappers/chai.js';
|
|
import './register-chai-plugins.js';
|
|
|
|
export {
|
|
html,
|
|
unsafeStatic,
|
|
triggerBlurFor,
|
|
triggerFocusFor,
|
|
oneEvent,
|
|
isIE,
|
|
defineCE,
|
|
aTimeout,
|
|
nextFrame,
|
|
litFixture,
|
|
litFixtureSync,
|
|
fixture,
|
|
fixtureSync,
|
|
fixtureCleanup,
|
|
elementUpdated,
|
|
waitUntil,
|
|
} from '@open-wc/testing-helpers';
|
|
|
|
// @ts-ignore
|
|
const { expect, should, assert } = chai;
|
|
export { expect, should, assert };
|