@testing-library/react-render-stream
Version:
## What is this library?
9 lines • 311 B
JavaScript
// 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