Skip to content

Commit

Permalink
Minor docs typo for clearAllTimers reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterv committed Dec 10, 2014
1 parent ab0b64e commit 1d1e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TimerMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.

0 comments on commit 1d1e705

Please sign in to comment.