Fix link to constraints (#15732)

This commit is contained in:
Spenser Black 2025-07-09 10:51:19 -04:00 committed by GitHub
parent fd3d6cf9fe
commit 81e7b33dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Ran all test suites.
## Checking Constraints
We use [Yarn Constraints](https://yarnpkg.com/features/constraints) to enforce various rules across the repository. They are declared inside the [`constraints.pro` file](https://github.com/jestjs/jest/blob/main/constraints.pro) and their purposes are documented with comments.
We use [Yarn Constraints](https://yarnpkg.com/features/constraints) to enforce various rules across the repository. They are declared inside the [`yarn.config.cjs` file](https://github.com/jestjs/jest/blob/main/yarn.config.cjs) and their purposes are documented with comments.
Constraints can be checked with `yarn constraints`, and fixed with `yarn constraints --fix`. Generally speaking: