From 19ccb1c887658dd1c2b7f64421da4b9987a47b00 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Fri, 13 Oct 2017 13:53:30 +0200 Subject: [PATCH] Fix url for jest timer doc --- jest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.md b/jest.md index 696c4a8fa..ba114a19c 100644 --- a/jest.md +++ b/jest.md @@ -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