Skip to content

Commit 81e7b33

Browse files
authored
Fix link to constraints (#15732)
1 parent fd3d6cf commit 81e7b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Ran all test suites.
111111

112112
## Checking Constraints
113113

114-
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.
114+
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.
115115

116116
Constraints can be checked with `yarn constraints`, and fixed with `yarn constraints --fix`. Generally speaking:
117117

0 commit comments

Comments
 (0)