File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<a href =" https://eslint.org/ " >
3
3
<img height="150" src="https://eslint.org/assets/images/logo/eslint-logo-color.svg">
4
4
</a >
5
- <a href =" https://facebook.github.io/jest / " >
5
+ <a href =" https://jestjs.io / " >
6
6
<img width="150" height="150" vspace="" hspace="25" src="https://jestjs.io/img/jest.png">
7
7
</a >
8
8
<h1 >eslint-plugin-jest</h1 >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This rule _warns_ in the 🎨 `style`
11
11
<!-- end auto-generated rule header -->
12
12
13
13
> These aliases are going to be removed in the next major version of Jest - see
14
- > < https://github.com/facebook /jest/issues/13164 > for more
14
+ > < https://github.com/jestjs /jest/issues/13164 > for more
15
15
16
16
Several Jest methods have alias names, such as ` toThrow ` having the alias of
17
17
` toThrowError ` . This rule ensures that only the canonical name as used in the
Original file line number Diff line number Diff line change @@ -173,4 +173,4 @@ safely disable this rule.
173
173
174
174
## Further Reading
175
175
176
- - [ Jest docs - Setup and Teardown] ( https://facebook.github. io/jest/ docs/en/ setup-teardown.html )
176
+ - [ Jest docs - Setup and Teardown] ( https://jestjs. io/docs/setup-teardown )
You can’t perform that action at this time.
0 commit comments