Skip to content

Commit

Permalink
change import to pure
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 23, 2025
1 parent 5376483 commit c62abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function renderStreamEnv() {
const jsdom = await import("global-jsdom");
const cleanupJSDOM = jsdom.default();
const { createRenderStream } = await import(
"@testing-library/react-render-stream"
"@testing-library/react-render-stream/pure"
);

return {
Expand Down

0 comments on commit c62abfe

Please sign in to comment.