UNPKG

@testing-library/react-render-stream

Version:
9 lines 311 B
// src/index.ts import "@testing-library/react-render-stream/expect"; import { cleanup } from "@testing-library/react-render-stream/pure"; export * from "@testing-library/react-render-stream/pure"; var global = globalThis; if (global.afterEach) { global.afterEach(cleanup); } //# sourceMappingURL=index.js.map