| 12345678910111213 |
- // Import dom_shim first — it sets globalThis.document before @testing-library/dom loads
- import "./dom_shim.ts";
- // Re-export testing utilities
- export {
- cleanup,
- fireEvent,
- render,
- screen,
- waitFor,
- } from "@testing-library/preact";
- export { act } from "preact/test-utils";
- export { assertEquals, assertExists, assertStringIncludes } from "@std/assert";
|