Skip to content

Commit 1d95e52

Browse files
committed
Update Jest URL
1 parent 025338c commit 1d95e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Please follow the approach described bellow:
6262
* jest will automatically add the output from your test code to ```StatsTestCases.test.js.snap``` and you can always check your results there
6363
* Next time test will run -> runner will compare results against your output written to snapshot previously
6464

65-
You can read more about SnapShot testing [right here](https://facebook.github.io/jest/docs/en/snapshot-testing.html)
65+
You can read more about SnapShot testing [right here](https://jestjs.io/docs/snapshot-testing)
6666

6767
## Questions? Comments?
6868
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!

0 commit comments

Comments
 (0)