From 01bf6e86f4c3cfa1e4c4c21aa7221c6e2d14ad67 Mon Sep 17 00:00:00 2001 From: lushevol Date: Tue, 6 Dec 2022 09:17:34 +0800 Subject: [PATCH] fix link to react-devtools-extensions/src/__tests__, as it's already moved to react-devtools-shared. --- 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 cf6ff53d053d7..ac0799127a8b9 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 ```