Skip to content

Commit

Permalink
docs(no-deprecated-function): link to readme section about jest version
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 25, 2021
1 parent c98efb4 commit bf143f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/rules/no-deprecated-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ either been renamed for clarity, or replaced with more powerful APIs.
While typically these deprecated functions are kept in the codebase for a number
of majors, eventually they are removed completely.

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

## Rule details

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

0 comments on commit bf143f8

Please sign in to comment.