From 7db45b9a38b8d1b5b945756cf38a174c1ec6118a Mon Sep 17 00:00:00 2001 From: lushevol Date: Wed, 7 Dec 2022 04:21:01 +0800 Subject: [PATCH] fix invalid link to react-devtools-extensions/src/__tests__ (#25816) --- packages/react-devtools/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools/CONTRIBUTING.md b/packages/react-devtools/CONTRIBUTING.md index cf6ff53d05..ac0799127a 100644 --- a/packages/react-devtools/CONTRIBUTING.md +++ b/packages/react-devtools/CONTRIBUTING.md @@ -65,7 +65,7 @@ yarn build:chrome && yarn test:chrome --url= ``` # Unit tests -Core DevTools functionality is typically unit tested (see [here](https://github.com/facebook/react/tree/main/packages/react-devtools-shared/src/__tests__) and [here](https://github.com/facebook/react/tree/main/packages/react-devtools-extensions/src/__tests__)). To run tests, you'll first need to build or download React and React DOM ([as explained above](#build-react-and-react-dom)) and then use the following NPM script: +Core DevTools functionality is typically unit tested (see [here](https://github.com/facebook/react/tree/main/packages/react-devtools-shared/src/__tests__)). To run tests, you'll first need to build or download React and React DOM ([as explained above](#build-react-and-react-dom)) and then use the following NPM script: ```sh yarn test-build-devtools ```