From fb17a651c671445a14e8aa7fc695864455bb90e5 Mon Sep 17 00:00:00 2001 From: Raghavender Mylagary Date: Sun, 1 May 2022 18:49:29 -0600 Subject: [PATCH] Fix QuestionsBoard example url --- website/docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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