Skip to content

Commit

Permalink
Update packages/react-transform/test/node/index.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
  • Loading branch information
XantreDev and rschristian committed Jun 1, 2024
1 parent ccb763f commit 46a701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-transform/test/node/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ describe("React Signals Babel Transform", () => {
});
});

it("recursevely propogates `.value` reads to parent component", () => {
it("recursively propogates `.value` reads to parent component", () => {
const inputCode = `
function MyComponent() {
return <div>{new Array(20).fill(null).map(() => signal.value)}</div>;
Expand Down

0 comments on commit 46a701f

Please sign in to comment.