From 7019d18e34cf01cec548652e111136a66d3bd10f Mon Sep 17 00:00:00 2001 From: Niraj Niroula Date: Tue, 12 Apr 2022 17:37:15 +0545 Subject: [PATCH] Update GettingStarted.md Valid 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 33698c03e..26f70f341 100644 --- a/website/docs/GettingStarted.md +++ b/website/docs/GettingStarted.md @@ -99,4 +99,4 @@ 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).