diff --git a/README.md b/README.md index be93e310..dd89dd71 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ test('form submits two answers', () => { }); ``` -You can find the source of `QuestionsBoard` component and this example [here](https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/questionsBoard.test.js). +You can find the source of `QuestionsBoard` component and this example [here](https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/questionsBoard.test.tsx). ## API / Usage