Merge pull request #7865 from tsangint/master

Update Jest URL
This commit is contained in:
Tobias Koppers 2018-08-09 00:25:12 +02:00 committed by GitHub
commit 177dcf5c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Please follow the approach described bellow:
* jest will automatically add the output from your test code to ```StatsTestCases.test.js.snap``` and you can always check your results there
* Next time test will run -> runner will compare results against your output written to snapshot previously
You can read more about SnapShot testing [right here](https://facebook.github.io/jest/docs/en/snapshot-testing.html)
You can read more about SnapShot testing [right here](https://jestjs.io/docs/snapshot-testing)
## Questions? Comments?
If you are still nervous or don't quite understand, please submit an issue and tag us in it, and provide a relevant PR while working on!