Skip to content

Commit

Permalink
Rerun Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Jan 5, 2022
1 parent 4504eea commit 6e197ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/TutorialReact.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export default function Link({page, children}) {
</a>
);
}

```

> Note: Examples are using Function components, but Class components can be tested in the same way. See [React: Function and Class Components](https://reactjs.org/docs/components-and-props.html#function-and-class-components). **Reminders** that with Class components, we expect Jest to be used to test props and not methods directly.
Expand Down

0 comments on commit 6e197ac

Please sign in to comment.