Skip to content

Commit 256cd60

Browse files
Fix QuestionsBoard example url (#968)
1 parent 3fa42d5 commit 256cd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The React Native Testing Library (RNTL) is a lightweight solution for testing Re
1515
1616
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.
1717

18-
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).
18+
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).
1919

2020
## Installation
2121

0 commit comments

Comments
 (0)