From 7d597e63835e5642ba27c77ef87edae7cb1b5d91 Mon Sep 17 00:00:00 2001 From: Jovan Goh Date: Mon, 6 Nov 2023 15:49:57 +0800 Subject: [PATCH] fix: change broken hyperlink in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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