diff --git a/_posts/2025-01-31-tester-pattern-react.md b/_posts/2025-01-31-tester-pattern-react.md index 90f89b6..382e6ed 100644 --- a/_posts/2025-01-31-tester-pattern-react.md +++ b/_posts/2025-01-31-tester-pattern-react.md @@ -36,7 +36,7 @@ export const HelloWorld = (props) => ( ) ``` -To test the rendering of this component, we can this test: +To test the rendering of this component, we can write a simple test: ```tsx describe('simpleComponent', () => { @@ -180,13 +180,14 @@ export function Step2Form(props: { return