Skip to content

Commit b019479

Browse files
authored
fix: change broken hyperlink in README.md (#1520)
1 parent 9757e5b commit b019479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('form submits two answers', () => {
124124
});
125125
```
126126

127-
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).
127+
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).
128128

129129
## API / Usage
130130

0 commit comments

Comments
 (0)