Fix url for jest timer doc

This commit is contained in:
Laurent Senta 2017-10-13 13:53:30 +02:00 committed by GitHub
parent 39c079f5dd
commit 19ccb1c887
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ it('works', () => {
}) })
``` ```
See: [Timers](https://facebook.github.io/jest/docs/timer-mocks.html) See: [Timer Mocks](http://facebook.github.io/jest/docs/en/timer-mocks.html)
## Mock functions ## Mock functions