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 df34264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/no-deprecated-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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) 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 df34264

Please sign in to comment.