Skip to content

Commit 3e30c70

Browse files
authored
Merge pull request webpack#7830 from ryota-murakami/patch-1
Update Jest Homepage URL
2 parents 1e9d98c + cdf042c commit 3e30c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Watch mode:
1919
yarn jest --watch ConfigTestCases
2020
```
2121

22-
See also: [Jest CLI docs](https://facebook.github.io/jest/docs/cli.html)
22+
See also: [Jest CLI docs](https://jestjs.io/docs/cli)
2323

2424
## Test suite overview
25-
We use Jest for our tests. For more information on Jest you can visit their [homepage](https://facebook.github.io/jest/)!
25+
We use Jest for our tests. For more information on Jest you can visit their [homepage](https://jestjs.io/)!
2626

2727
### Class Tests
2828
All test files can be found in *.test.js. There are many tests that simply test API's of a specific class/file (such as `Compiler`, `Errors`, Integration, `Parser`, `RuleSet`, Validation).

0 commit comments

Comments
 (0)