mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
fix invalid link to react-devtools-extensions/src/__tests__ (#25816)
This commit is contained in:
parent
c961f2f476
commit
7db45b9a38
|
|
@ -65,7 +65,7 @@ yarn build:chrome && yarn test:chrome --url=<url-to-test>
|
|||
```
|
||||
|
||||
# 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user