Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Sep 5, 2024
1 parent 53d60fe commit ffd2abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ReactDOM__test.re
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("ReactDOM", () => {
hasErrored := true;
},
);
let {pipe, abort: _}: ReactDOMServerNode.pipeableStream =
let {pipe, abort: _}: ReactDOMServerNode.pipeableStream(_) =
ReactDOMServerNode.renderToPipeableStream(
<div> "Hello world!"->React.string </div>,
);
Expand Down

0 comments on commit ffd2abb

Please sign in to comment.