Skip to content

Commit bf143f8

Browse files
committed
docs(no-deprecated-function): link to readme section about jest version
1 parent c98efb4 commit bf143f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/rules/no-deprecated-functions.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ either been renamed for clarity, or replaced with more powerful APIs.
66
While typically these deprecated functions are kept in the codebase for a number
77
of majors, eventually they are removed completely.
88

9+
This rule requires knowing which version of Jest you're using - see
10+
[this section of the readme](../../README.md#jest-version-setting) for details
11+
on how that is obtained automatically and how you can explicitly provide a
12+
version if needed.
13+
914
## Rule details
1015

1116
This rule warns about calls to deprecated functions, and provides details on

0 commit comments

Comments
 (0)