diff --git a/website/docs/GettingStarted.md b/website/docs/GettingStarted.md index 26f70f341..f88e7513b 100644 --- a/website/docs/GettingStarted.md +++ b/website/docs/GettingStarted.md @@ -15,7 +15,7 @@ The React Native Testing Library (RNTL) is a lightweight solution for testing Re This project is inspired by [React Testing Library](https://github.com/testing-library/react-testing-library). Tested to work with Jest, but it should work with other test runners as well. -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). ## Installation