Skip to content

Commit

Permalink
#31386 Fix Readme link to Testing (#31387)
Browse files Browse the repository at this point in the history
Summary:
Fix Readme link to Testing section

Fix Readme link to Testing section

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[Android] [Fixed] - Fixed link to Testing in React Native Android ReadMe file

Pull Request resolved: #31387

Test Plan: Change has been made to a Readme documentation, no changes in code

Reviewed By: TheSavior

Differential Revision: D28192184

Pulled By: PeteTheHeat

fbshipit-source-id: 6d4503f68398accacead116b43981e03e4c1430a
  • Loading branch information
sangeethaKP authored and facebook-github-bot committed May 4, 2021
1 parent 333b46c commit 7db89f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ See the [docs on the website](https://reactnative.dev/docs/building-from-source.

# Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see [Testing](https://reactnative.dev/docs/testing.html).
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see [Testing](https://github.com/facebook/react-native/wiki/Tests).

0 comments on commit 7db89f9

Please sign in to comment.