From 1d1e7056e6e72ecee4c4a0e48e5d9b9edf2fcd40 Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Wed, 10 Dec 2014 12:40:34 -0800 Subject: [PATCH] Minor docs typo for clearAllTimers reference --- docs/TimerMocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TimerMocks.md b/docs/TimerMocks.md index f536c891d6f2..5432fe493bf5 100644 --- a/docs/TimerMocks.md +++ b/docs/TimerMocks.md @@ -123,4 +123,4 @@ describe('infiniteTimerGame', function() { }); ``` Lastly, it may occasionally be useful in some tests to be able to clear all of -the pending timers. For this, we have `jest.clearTimers()`. +the pending timers. For this, we have `jest.clearAllTimers()`.