Skip to content

Commit

Permalink
fix: change broken hyperlink in README.md (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanimal authored Nov 6, 2023
1 parent 9757e5b commit b019479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b019479

Please sign in to comment.