/** * Testing utilities for Ore components * * ⚠️ Requires DOM environment (browser / jsdom / happy-dom) * * This barrel re-exports the full testing API for convenience. * For tree-shaking, import directly from the focused sub-modules. */ export { OreTimeoutError } from '../errors'; export { walkFlatTree } from './dom'; export { debugFlush, type FlushOptions, flush } from './flush'; export { installFormInternalsPolyfill } from './form-internals-polyfill'; export { cleanup, type Fixture, type MountOptions, type MountSetup, mock, mount, mountComponent } from './mount'; export { type HookFixture, renderHook } from './render-hook'; export { resetOreForTests } from './reset'; export type InstallOptions = { /** * Polyfill the jsdom/happy-dom gaps in `ElementInternals`/`FormData`/`